summaryrefslogtreecommitdiff
path: root/inc/organism.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/organism.hpp')
-rw-r--r--inc/organism.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/organism.hpp b/inc/organism.hpp
index 2a7a67c..954d25f 100644
--- a/inc/organism.hpp
+++ b/inc/organism.hpp
@@ -46,7 +46,9 @@ class Organism
int health;
int pregnancyTime;
int age;
+ int hunger;
+ bool starving;
bool gender;
bool pregnate;
bool hungry;