summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-05-08 16:24:37 -0500
committertom <tom@ground-control>2015-05-08 16:24:37 -0500
commit95fb44dd7009ddbb157fa4c54ddbab88a0af0c0b (patch)
treed7e679ea139a99194c0242bc4982c482d071f5de /inc
parent83d23230a3d71d76ee5e0368e071273beaa6d1b4 (diff)
they may eat if they can reach food in time
Diffstat (limited to 'inc')
-rw-r--r--inc/creature.hpp2
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;};