From 38dd6131c56df7aea305508493d95de2471b562d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 9 Mar 2008 15:11:15 +0000 Subject: [FR 1909388] Command key changes new key command old key ------- ------- ------- z cast spell Z Z zap wand z c chop up D, Dissect C close door c O open door o o auto-explore Ctrl-O Ctrl-O Dungeon overview O v evoke E E show experience C t shout ! ! annotate level Ctrl-I Also changed the entire tutorial to match the new settings, and modified several references in the game. Other changes: * Another tutorial cleanup, so you now can really change the channel colour and have it work. * A belated mon_glyph colour swap: giant newt (was lightgreen, now green) and giant lizard (was green, now lightgreen). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3553 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mon-data.h') diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h index 46b7bec17c..9a1a2427cd 100644 --- a/crawl-ref/source/mon-data.h +++ b/crawl-ref/source/mon-data.h @@ -821,7 +821,7 @@ // lizards 'l' { - MONS_GIANT_NEWT, 'l', LIGHTGREEN, "giant newt", + MONS_GIANT_NEWT, 'l', GREEN, "giant newt", M_COLD_BLOOD | M_AMPHIBIOUS, MR_NO_FLAGS, 150, 10, MONS_GIANT_LIZARD, MONS_GIANT_NEWT, MH_NATURAL, -3, @@ -854,7 +854,7 @@ }, { - MONS_GIANT_LIZARD, 'l', GREEN, "giant lizard", + MONS_GIANT_LIZARD, 'l', LIGHTGREEN, "giant lizard", M_COLD_BLOOD, MR_NO_FLAGS, 600, 10, MONS_GIANT_LIZARD, MONS_GIANT_LIZARD, MH_NATURAL, -3, -- cgit v1.2.3-54-g00ecf