From 078019644214628520c8116a9b4a16f30d8fadf2 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Thu, 12 Nov 2009 03:52:08 -0800 Subject: Add summoner and non_actor_summoner to mgen_data Monsters now know who summoned them. This will be important later. Probably breaks something; saves are not one of them. --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 193d4887a2..aab7442d05 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2093,7 +2093,8 @@ enum beh_type BEH_STRICT_NEUTRAL, BEH_NEUTRAL, // creation only BEH_HOSTILE, // creation only - BEH_GUARD // creation only - monster is guard + BEH_GUARD, // creation only - monster is guard + BEH_COPY // creation only - copy from summoner }; enum mon_attitude_type -- cgit v1.2.3-54-g00ecf