summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-08 14:27:41 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-08 14:30:55 +1000
commit5f88766c2ade9a2061cc477ef7d2cef4fb4af547 (patch)
tree31d61fc4461a696b8b9eb0b03699dc02ef78fa03 /crawl-ref/source/enum.h
parent4915a3d61f5c92669121713d4744fb60036dac2f (diff)
downloadcrawl-ref-5f88766c2ade9a2061cc477ef7d2cef4fb4af547.tar.gz
crawl-ref-5f88766c2ade9a2061cc477ef7d2cef4fb4af547.zip
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.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 4ea0c4fce5..64fa660478 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2061,6 +2061,7 @@ enum monster_type // (int) menv[].type
// New set of monsters {november, 2009}
MONS_GOLDEN_EYE,
MONS_AIZUL,
+ MONS_PIKEL,
// Testing monsters
MONS_TEST_SPAWNER,