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/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 2695017c5c..43f52dc1e3 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -465,6 +465,7 @@ enum command_type CMD_FULL_VIEW, CMD_EXAMINE_OBJECT, CMD_EVOKE, + CMD_EVOKE_WIELDED, CMD_WIELD_WEAPON, CMD_WEAPON_SWAP, CMD_FIRE, -- cgit v1.2.3-54-g00ecf