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/message.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/message.cc') diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc index a90d285f83..5fd25a0030 100644 --- a/crawl-ref/source/message.cc +++ b/crawl-ref/source/message.cc @@ -249,8 +249,8 @@ int channel_to_colour( msg_channel_type channel, int param ) case MSGCH_GOD: case MSGCH_PRAY: ret = (Options.channels[ channel ] == MSGCOL_DEFAULT) - ? god_colour( static_cast(param) ) - : god_message_altar_colour( static_cast(param) ); + ? god_colour( static_cast(param) ) + : god_message_altar_colour( static_cast(param) ); break; case MSGCH_DURATION: -- cgit v1.2.3-54-g00ecf