From d733df05e5309444cb83c028c0515467c87ae4c6 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 13 Sep 2007 17:31:31 +0000 Subject: Changed unwield_item() to actually unwield the item, and to have it unwield your weapon rather than something arbitrary (I found no cases in the code where this wasn't what was wanted.) Implemented some of David's deck changes: - decks weigh half as much - names changed - Draw Card doesn't cost piety; cost upped to 2 MP - Nemelex card power bonus now applies even when not praying - Damnation can now banish extra targets (your own chance of banishment remains the same.) - Nemelex doesn't accept sacrificed decks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2082 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/it_use2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/it_use2.h') diff --git a/crawl-ref/source/it_use2.h b/crawl-ref/source/it_use2.h index 06e2a20942..b5e49770b1 100644 --- a/crawl-ref/source/it_use2.h +++ b/crawl-ref/source/it_use2.h @@ -39,6 +39,6 @@ void unwear_armour(char unw); /* *********************************************************************** * called from: decks - it_use3 - item_use - items - spells3 - transfor * *********************************************************************** */ -void unwield_item(char unw, bool showMsgs = true); +void unwield_item(bool showMsgs = true); #endif -- cgit v1.2.3-54-g00ecf