From 759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 12 Oct 2009 22:01:42 +0200 Subject: Bushes -- tree-like monsters than can be destroyed with any means of damage, and are much easier to set on fire than trees. --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf