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/it_use3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/it_use3.h') diff --git a/crawl-ref/source/it_use3.h b/crawl-ref/source/it_use3.h index 2a7bdd6e20..0c492d9a00 100644 --- a/crawl-ref/source/it_use3.h +++ b/crawl-ref/source/it_use3.h @@ -29,7 +29,7 @@ void tome_of_power(int slot); /* *********************************************************************** * called from: acr * *********************************************************************** */ -bool evoke_wielded(); +bool evoke_item(int slot = -1); // last updated 12may2000 {dlb} -- cgit v1.2.3-54-g00ecf