Apply patch #717
This commit is contained in:
parent
a830a8bc2c
commit
221c63690e
2 changed files with 338 additions and 416 deletions
File diff suppressed because it is too large
Load diff
|
@ -44,27 +44,18 @@ class effect
|
|||
public:
|
||||
effect(const unit_ability_list& list, int def, bool backstab);
|
||||
|
||||
int get_composite_value() const;
|
||||
|
||||
effect_list::const_iterator begin() const;
|
||||
effect_list::const_iterator end() const;
|
||||
int get_composite_value() const
|
||||
{ return composite_value_; }
|
||||
effect_list::const_iterator begin() const
|
||||
{ return effect_list_.begin(); }
|
||||
effect_list::const_iterator end() const
|
||||
{ return effect_list_.end(); }
|
||||
private:
|
||||
effect_list effect_list_;
|
||||
int composite_value_;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue