summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-28 00:43:07 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-03-28 00:43:07 +0200
commitd5784199fa278ff23ba228abb2b10386203cfd2b (patch)
treed6e414e0fe2d72fe6b66b835ef840e342b2b4bdf /crawl-ref/source/food.h
parent38ef6ee7392a37b53afdeaab87d6746f3e4647e1 (diff)
downloadcrawl-ref-d5784199fa278ff23ba228abb2b10386203cfd2b.tar.gz
crawl-ref-d5784199fa278ff23ba228abb2b10386203cfd2b.zip
iButchering: ignore inscriptions when switching back to cursed weapon.
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 cdeeeff518..04c9703479 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -51,7 +51,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);
+void weapon_switch(int targ, bool force = false);
bool is_bad_food(const item_def &food);
bool is_poisonous(const item_def &food);