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/docs/keybind.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crawl-ref/docs/keybind.txt') diff --git a/crawl-ref/docs/keybind.txt b/crawl-ref/docs/keybind.txt index f8b3284f7d..770bc135f1 100644 --- a/crawl-ref/docs/keybind.txt +++ b/crawl-ref/docs/keybind.txt @@ -43,7 +43,8 @@ g, , CMD_PICKUP i CMD_DISPLAY_INVENTORY q CMD_QUAFF r CMD_READ -v CMD_EVOKE +v CMD_EVOKE_WIELDED +V CMD_EVOKE w CMD_WIELD_WEAPON F CMD_THROW_ITEM_NO_QUIVER M CMD_MEMORISE_SPELL @@ -52,12 +53,12 @@ Q CMD_QUIVER_ITEM R CMD_REMOVE_JEWELLERY T CMD_REMOVE_ARMOUR W CMD_WEAR_ARMOUR -Z CMD_ZAP_WAND = CMD_ADJUST_INVENTORY { CMD_INSCRIBE_ITEM ( CMD_CYCLE_QUIVER_FORWARD ) CMD_CYCLE_QUIVER_BACKWARD ' CMD_WEAPON_SWAP + CMD_ZAP_WAND (deprecated, now uses CMD_EVOKE_ITEM instead) Dungeon interaction ------------------- @@ -67,17 +68,16 @@ s, . CMD_SEARCH, CMD_MOVE_NOWHERE (same command) 5 CMD_REST (rest/search 100 turns) t CMD_SHOUT x CMD_LOOK_AROUND -V CMD_FULL_VIEW +X CMD_DISPLAY_MAP +^X CMD_FULL_VIEW z CMD_CAST_SPELL C CMD_CLOSE_DOOR ^E CMD_FORGET_STASH ^F CMD_SEARCH_STASHES G, ^G CMD_INTERLEVEL_TRAVEL O CMD_OPEN_DOOR -^S CMD_MARK_STASH ^T CMD_TOGGLE_FRIENDLY_PICKUP ^W CMD_FIX_WAYPOINT -X CMD_DISPLAY_MAP < CMD_GO_UPSTAIRS > CMD_GO_DOWNSTAIRS ; CMD_INSPECT_FLOOR @@ -112,7 +112,7 @@ Meta-commands ^Q CMD_QUIT ^R CMD_REDRAW_SCREEN S CMD_SAVE_GAME -^X CMD_SAVE_GAME_NOW +^S CMD_SAVE_GAME_NOW ^Z CMD_SUSPEND_GAME & CMD_WIZARD (issuing wiz-mode commands) : CMD_MAKE_NOTE -- cgit v1.2.3-54-g00ecf