summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index e7a3a64bcc..5ee28cd004 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -302,7 +302,9 @@ bool potion_effect( potion_type pot_eff, int pow )
mpr("You feel extremely strange.");
for (int i = 0; i < 3; i++)
mutate(RANDOM_MUTATION, false);
- did_god_conduct(DID_STIMULANTS, 4 + random2(4));
+
+ did_god_conduct(DID_DELIBERATE_MUTATING, 10, was_known);
+ did_god_conduct(DID_STIMULANTS, 4 + random2(4), was_known);
break;
case POT_BLOOD: