Mercurial > mm7
diff Player.h @ 766:a464d28566a6
days_played_without_rest
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 20:22:51 +0200 |
parents | f39fbeb65b28 |
children | cfc65feef029 |
line wrap: on
line diff
--- a/Player.h Sat Mar 23 19:47:18 2013 +0200 +++ b/Player.h Sat Mar 23 20:22:51 2013 +0200 @@ -574,6 +574,7 @@ inline bool Eradicated() {return pConditions[Condition::Condition_Eradicated] != 0;} inline bool Zombie() {return pConditions[Condition::Condition_Zombie] != 0;} inline bool Cursed() {return pConditions[Condition::Condition_Cursed] != 0;} + inline bool Pertified() {return pConditions[Condition::Condition_Pertified] != 0;}