From f38686da314acb638e8f655cff6db865c6841056 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 21 Oct 2009 15:39:41 +0200 Subject: Add missing Chronos conducts for hasting yourself, casting swiftness, using weapons of speed and boots of running. --- crawl-ref/source/misc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/misc.cc') diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc index cd292c8144..987975349b 100644 --- a/crawl-ref/source/misc.cc +++ b/crawl-ref/source/misc.cc @@ -2653,6 +2653,7 @@ bool go_berserk(bool intentional) you.duration[DUR_MIGHT] += you.duration[DUR_BERSERKER]; haste_player( you.duration[DUR_BERSERKER] ); + did_god_conduct(DID_HASTY, 8, intentional); if (you.berserk_penalty != NO_BERSERK_PENALTY) you.berserk_penalty = 0; -- cgit v1.2.3-54-g00ecf