From 3ede9fff7fa316a1d441a840533613226b720e8a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 3 May 2009 22:04:54 +0000 Subject: Some spellcasting modifications, as discussed on c-r-d. * Spells are marked grey if you lack the necessary magic or if there are no visible monsters within range. * z bails out if there are no monsters in range * Z is the same as the old z behaviour * Wands now need to be e(V)oked. Feedback welcome! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9727 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cmd-keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/cmd-keys.h') diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h index aa5d660355..579fd57b24 100644 --- a/crawl-ref/source/cmd-keys.h +++ b/crawl-ref/source/cmd-keys.h @@ -42,6 +42,7 @@ {'w', CMD_WIELD_WEAPON}, {'x', CMD_LOOK_AROUND}, {'z', CMD_CAST_SPELL}, +{'Z', CMD_FORCE_CAST_SPELL}, {'B', CMD_RUN_DOWN_LEFT}, {'H', CMD_RUN_LEFT}, {'J', CMD_RUN_DOWN}, @@ -75,7 +76,6 @@ {'T', CMD_REMOVE_ARMOUR}, {'W', CMD_WEAR_ARMOUR}, {'X', CMD_DISPLAY_MAP}, -{'Z', CMD_ZAP_WAND}, {'.', CMD_MOVE_NOWHERE}, {CK_CLEAR, CMD_MOVE_NOWHERE}, {'<', CMD_GO_UPSTAIRS}, -- cgit v1.2.3-54-g00ecf