summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-07 23:09:38 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-07 23:09:38 +0100
commitee183b121218deff2df20e68d69f8220a32b9d8c (patch)
treebe34670862a51293217ed0aa7ee7cf1ea528af8d /crawl-ref/source/misc.h
parent443ff1cd181d260d562a35bffc60d61179ce1268 (diff)
downloadcrawl-ref-ee183b121218deff2df20e68d69f8220a32b9d8c.tar.gz
crawl-ref-ee183b121218deff2df20e68d69f8220a32b9d8c.zip
Make unknown potions of rage override clarity. Drugs > being focused > anger.
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 9b0eaa47a7..7bcf03715b 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -13,7 +13,7 @@ struct bolt;
class dist;
struct activity_interrupt_data;
-bool go_berserk(bool intentional);
+bool go_berserk(bool intentional, bool potion = false);
void search_around(bool only_adjacent = false);
void down_stairs(int old_level,
dungeon_feature_type force_stair = DNGN_UNSEEN,