From 9382906ac78b1088b3344a9901161d97b7e3b935 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 15 Jan 2010 15:14:39 +0100 Subject: Make Wayne a dwarf once again. --- crawl-ref/source/enum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 9f63ff75d9..011a4615dc 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1629,9 +1629,9 @@ enum monster_type // (int) menv[].type MONS_PHANTOM, // 15 MONS_QUASIT, MONS_RAT, - MONS_SCORPION, // 18 - //MONS_TUNNELING_WORM, // deprecated and now officially removed {dlb} - MONS_UGLY_THING = 20, // 20 + MONS_SCORPION, + MONS_DWARF, // only for corpses + MONS_UGLY_THING, // 20 MONS_FIRE_VORTEX, MONS_WORM, MONS_ABOMINATION_SMALL, -- cgit v1.2.3-54-g00ecf