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/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/actor.h') diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h index f429742e33..eba31bc031 100644 --- a/crawl-ref/source/actor.h +++ b/crawl-ref/source/actor.h @@ -151,7 +151,7 @@ public: virtual bool is_icy() const = 0; virtual bool is_fiery() const = 0; - virtual void go_berserk(bool intentional) = 0; + virtual void go_berserk(bool intentional, bool potion = false) = 0; virtual bool can_mutate() const = 0; virtual bool can_safely_mutate() const = 0; virtual bool can_bleed() const = 0; -- cgit v1.2.3-54-g00ecf