From 5f88766c2ade9a2061cc477ef7d2cef4fb4af547 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 8 Nov 2009 14:27:41 +1000 Subject: New unique: Pikel, the big kobold slaver. Appears from D:4 through D:9, and comes with a band of human slaves. They will turn neutral (and be pacified, granting 1/2 EXP) if you destroy Pikel before destroying them. Pikel generates with a whip (either flaming or pain), and a black robe. The "pikel_band_neutralise()" function is quite hacky and assumes that all MONS_HUMANS with MF_BAND_MEMBER are part of Pikel's band. This should be changed as soon as there is a better way of tracking who is in what band. --- crawl-ref/source/monstuff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/monstuff.h') diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h index 2457ba9b5e..a364b93a4f 100644 --- a/crawl-ref/source/monstuff.h +++ b/crawl-ref/source/monstuff.h @@ -176,4 +176,6 @@ int clone_mons(const monsters* orig, bool quiet = false, std::string summoned_poof_msg(const monsters* monster, bool plural = false); std::string summoned_poof_msg(const int midx, const item_def &item); std::string summoned_poof_msg(const monsters* monster, const item_def &item); + +void pikel_band_neutralise(); #endif -- cgit v1.2.3-54-g00ecf