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/it_use2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/it_use2.cc') diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc index b4a6fd84aa..6b7042be03 100644 --- a/crawl-ref/source/it_use2.cc +++ b/crawl-ref/source/it_use2.cc @@ -138,6 +138,7 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known) case POT_SPEED: haste_player((40 + random2(pow)) / factor); + did_god_conduct(DID_HASTY, 10, was_known); break; case POT_MIGHT: -- cgit v1.2.3-54-g00ecf