summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.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/player.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/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index babd15e4ad..ca1bb06bc2 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -419,8 +419,8 @@ public:
void attacking(actor *other);
bool can_go_berserk() const;
- bool can_go_berserk(bool intentional) const;
- void go_berserk(bool intentional);
+ bool can_go_berserk(bool intentional, bool potion = false) const;
+ void go_berserk(bool intentional, bool potion = false);
bool berserk() const;
bool can_mutate() const;
bool can_safely_mutate() const;