diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/creature.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/creature.hpp b/inc/creature.hpp index cfdd317..90b0b17 100644 --- a/inc/creature.hpp +++ b/inc/creature.hpp @@ -9,7 +9,7 @@ class Creature: public Entity public: Creature(Window m, std::string s); void Behavior(); - void Action(); + bool Action(); void Priority(); Location getLocation(); void giveKnown(std::vector<Location> Z){location = Z;}; |