oops forget to commit a file, thanks shadow_master
This commit is contained in:
parent
8ac8e8496b
commit
43d1fac044
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ public:
|
|||
bool loyal() const {return cfg_["upkeep"]=="loyal"; }
|
||||
|
||||
void set_hidden(bool state);
|
||||
bool get_hidden() { return hidden_; };
|
||||
bool get_hidden() const { return hidden_; };
|
||||
bool is_flying() const { return flying_; }
|
||||
bool is_fearless() const { return is_fearless_; }
|
||||
bool is_healthy() const { return is_healthy_; }
|
||||
|
|
Loading…
Add table
Reference in a new issue