From 8f5a73f1daba39c8b0175036cf688f8ce1399a8f Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 5 Mar 2017 13:13:44 -0600 Subject: -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) --- inc/dna.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/dna.hpp') 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; -- cgit v1.2.3