From 1b49ddb74f8d39dd07b712602333fc28810a4f40 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 2 May 2009 17:50:19 +0000 Subject: Add new command for evoking non-wielded items, placed on 'V'. * Also applies to wand, and will soon replace 'Z'. * Decks, rods, and weapons of reaching still need to be wielded ('v'). * The tiles tooltips will need to be adjusted. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9718 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cmd-keys.h | 3 ++- 1 file changed, 2 insertions(+), 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 0ec95978d7..aa5d660355 100644 --- a/crawl-ref/source/cmd-keys.h +++ b/crawl-ref/source/cmd-keys.h @@ -37,7 +37,8 @@ {'r', CMD_READ}, {'s', CMD_SEARCH}, {'t', CMD_SHOUT}, -{'v', CMD_EVOKE}, +{'V', CMD_EVOKE}, +{'v', CMD_EVOKE_WIELDED}, {'w', CMD_WIELD_WEAPON}, {'x', CMD_LOOK_AROUND}, {'z', CMD_CAST_SPELL}, -- cgit v1.2.3-54-g00ecf