From 95fb44dd7009ddbb157fa4c54ddbab88a0af0c0b Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 8 May 2015 16:24:37 -0500 Subject: they may eat if they can reach food in time --- inc/creature.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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 Z){location = Z;}; -- cgit v1.2.3