diff options
author | tom <tom@ground-control> | 2015-05-08 16:24:37 -0500 |
---|---|---|
committer | tom <tom@ground-control> | 2015-05-08 16:24:37 -0500 |
commit | 95fb44dd7009ddbb157fa4c54ddbab88a0af0c0b (patch) | |
tree | d7e679ea139a99194c0242bc4982c482d071f5de /inc | |
parent | 83d23230a3d71d76ee5e0368e071273beaa6d1b4 (diff) |
they may eat if they can reach food in time
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;}; |