summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-04-11 13:17:34 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-04-11 13:55:08 +0200
commitb2e958ad9c05462a3c7c9a69247d277b4337981a (patch)
tree3062061fb48964d8c51b82bf550690737cabaecf /crawl-ref/source/food.h
parentad8baf1a148de544662b774e454e423a8289045b (diff)
downloadcrawl-ref-b2e958ad9c05462a3c7c9a69247d277b4337981a.tar.gz
crawl-ref-b2e958ad9c05462a3c7c9a69247d277b4337981a.zip
Revert Ashenzari curses exceptions.
They made some sense (gameplay-wise) with the skill boost, but with the current design, they are not necessary and hurt the flavour (#3792).
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 320931140e..dfd5613976 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -50,7 +50,7 @@ void lessen_hunger(int statiated_amount, bool suppress_msg);
void set_hunger(int new_hunger_level, bool suppress_msg);
-void weapon_switch(int targ, bool force = false);
+void weapon_switch(int targ);
bool is_bad_food(const item_def &food);
bool is_poisonous(const item_def &food);