From c07daa36e74b9a817810b9d36d148f5dde0b9373 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Fri, 13 Nov 2009 12:48:45 -0800 Subject: Certain bands, mostly uniques, credit leader for kills --- crawl-ref/source/mon-place.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-place.h') diff --git a/crawl-ref/source/mon-place.h b/crawl-ref/source/mon-place.h index bf9cd64ec2..a0211692bb 100644 --- a/crawl-ref/source/mon-place.h +++ b/crawl-ref/source/mon-place.h @@ -106,7 +106,8 @@ enum mgen_flag_type MG_FORCE_PLACE = 0x02, MG_FORCE_BEH = 0x04, MG_PLAYER_MADE = 0x08, - MG_PATROLLING = 0x10 + MG_PATROLLING = 0x10, + MG_BAND_MINION = 0x20 }; // A structure with all the data needed to whip up a new monster. -- cgit v1.2.3-54-g00ecf