summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-13 12:48:45 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-13 12:48:45 -0800
commitc07daa36e74b9a817810b9d36d148f5dde0b9373 (patch)
treeaca63231d13178fb6baf80289dfa3bd514456af7 /crawl-ref/source/mon-place.h
parent82a0fc6f7b2df93a9da14f4f1c061d4b861313ba (diff)
downloadcrawl-ref-c07daa36e74b9a817810b9d36d148f5dde0b9373.tar.gz
crawl-ref-c07daa36e74b9a817810b9d36d148f5dde0b9373.zip
Certain bands, mostly uniques, credit leader for kills
Diffstat (limited to 'crawl-ref/source/mon-place.h')
-rw-r--r--crawl-ref/source/mon-place.h3
1 files changed, 2 insertions, 1 deletions
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.