diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-13 08:51:49 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-13 08:51:49 -0400 |
commit | 5adabb82443b9b10b25cdd8b4db3cfe890e36fa1 (patch) | |
tree | 698e88e97b0fd0c526bec844f345e9aa4ef24321 /include | |
parent | 3d375c17982f9f459c82364117687d145540fe75 (diff) | |
parent | 58716d5e4f20eb5a30025c88fe5119a0e40c4187 (diff) |
Added rabbit, and player health
Diffstat (limited to 'include')
-rw-r--r-- | include/Quest.h | 2 | ||||
-rw-r--r-- | include/entities.h | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/include/Quest.h b/include/Quest.h index 11d04a6..bbcf7ee 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -7,6 +7,8 @@ #include <inventory.h>
+#define DEBUG
+
#define TOTAL_QUESTS 1
class Quest {
diff --git a/include/entities.h b/include/entities.h index 2a9a62b..fc2f35c 100644 --- a/include/entities.h +++ b/include/entities.h @@ -54,7 +54,7 @@ public: private: }; -class Player : public Entity{ +class Player : public Entity { public: QuestHandler qh; Player(); @@ -97,5 +97,10 @@ ENTITY TYPES |->1 Merchant | 2 MOBS +<<<<<<< HEAD |->1 Rabbit -**/
\ No newline at end of file +**/ +======= +|->1 Skirl +**/ +>>>>>>> 58716d5e4f20eb5a30025c88fe5119a0e40c4187 |