summaryrefslogtreecommitdiff
path: root/inc/dna.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-03-05 13:13:44 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:42 -0600
commit8f5a73f1daba39c8b0175036cf688f8ce1399a8f (patch)
tree1bd365c1eb41d1b6f19ccac747919b2b762b72c0 /inc/dna.hpp
parentdfda3f2a5e555d3173359134f4994bcd12d129f8 (diff)
-added carnivores
-removed creature type constant and replaced it with herbavore/carnivore type -replaced resource type with plant type -added eatType to dna (whatever the organism goes for hunger)
Diffstat (limited to 'inc/dna.hpp')
-rw-r--r--inc/dna.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/dna.hpp b/inc/dna.hpp
index 1126638..01f373b 100644
--- a/inc/dna.hpp
+++ b/inc/dna.hpp
@@ -15,6 +15,7 @@ class DNA
DNA combine(DNA D);
int type;
+ int eatType;
int maxHealth;
int bestSense;
int bite;