From 13abff271666dcc566102311c3b9d237ea04f933 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 22 Apr 2009 15:58:36 +0000 Subject: * Tweak Xom's ideas about what makes a funny or boring death. * Add another option (*sigh*) covering whether W=T and P=R. (Defaults to false.) * Various spacing and comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9675 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 93449257b1..2695017c5c 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -856,7 +856,7 @@ enum feature_property_type FPROP_SANCTUARY_2 = (1 << 2), FPROP_BLOODY = (1 << 3), FPROP_VAULT = (1 << 4), - FPROP_HIGHLIGHT = (1 << 5) + FPROP_HIGHLIGHT = (1 << 5) // Highlight grids on the X map for debugging. // NOTE: Bloody floor and sanctuary are exclusive. }; @@ -3054,7 +3054,7 @@ enum montravel_target_type MTRAV_PLAYER, // Travelling to reach the player. MTRAV_PATROL, // Travelling to reach the patrol point. MTRAV_SIREN, // Sirens travelling towards deep water. - MTRAV_WALL, // Earthworms travelling towards a wall. + MTRAV_WALL, // Rock worms travelling towards a wall. MTRAV_UNREACHABLE, // Not travelling because target is unreachable. MTRAV_KNOWN_UNREACHABLE // As above, and the player knows this. }; -- cgit v1.2.3-54-g00ecf