From d6d6ba04b6d5b6b3d7170f0b49aafde0b9ca9bd6 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Wed, 30 Dec 2009 06:13:06 +0530 Subject: Give boss merfolk small bands of regular merfolk as lackeys. --- crawl-ref/source/mon-place.h | 3 +++ 1 file changed, 3 insertions(+) (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 3512639462..28dc5e413f 100644 --- a/crawl-ref/source/mon-place.h +++ b/crawl-ref/source/mon-place.h @@ -102,4 +102,7 @@ monsters* get_free_monster(); bool can_place_on_trap(int mon_type, trap_type trap); bool mons_airborne(int mcls, int flies, bool paralysed); +// Active monster band may influence gear generation on band followers. +extern band_type active_monster_band; + #endif // MONPLACE_H -- cgit v1.2.3-54-g00ecf