From ee183b121218deff2df20e68d69f8220a32b9d8c Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 7 Jan 2010 23:09:38 +0100 Subject: Make unknown potions of rage override clarity. Drugs > being focused > anger. --- crawl-ref/source/player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/player.h') 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; -- cgit v1.2.3-54-g00ecf