summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 22:01:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 22:01:42 +0200
commit759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081 (patch)
treeb2515e11db09c9e95e3c637f004c4a7e0208c7fa /crawl-ref/source/enum.h
parent2495f7b7d5bc09feaea3d8a0bf148e2fcf7ff5a7 (diff)
downloadcrawl-ref-759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081.tar.gz
crawl-ref-759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081.zip
Bushes -- tree-like monsters than can be destroyed with any means of damage,
and are much easier to set on fire than trees.
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 9fdfcfc2b0..d20cb38008 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1870,6 +1870,7 @@ enum monster_type // (int) menv[].type
MONS_FLAMING_CORPSE,
MONS_HARPY,
MONS_TOADSTOOL, // 198
+ MONS_BUSH,
//jmf: end new monsters
MONS_WHITE_IMP = 220, // 220
MONS_LEMURE,