From 0f338eb725f33ee68843fb3bc178bfd9bc65cb22 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Thu, 12 Nov 2009 01:05:50 -0800 Subject: Add a CrawlHashTable to monster objects --- crawl-ref/source/monster.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/monster.h') diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h index 26b266ee37..83e9f779d1 100644 --- a/crawl-ref/source/monster.h +++ b/crawl-ref/source/monster.h @@ -60,6 +60,7 @@ public: void reset(); public: + // Possibly some of these should be moved into the hash table std::string mname; monster_type type; @@ -102,6 +103,8 @@ public: std::string seen_context; // Non-standard context for // AI_SEE_MONSTER + CrawlHashTable props; + public: mon_attitude_type temp_attitude() const; -- cgit v1.2.3-54-g00ecf