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, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 45449716d9..d03abea16e 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -105,7 +105,7 @@ bool potion_effect( char pot_eff, int pow )
if (you.might > 80)
you.might = 80;
- naughty( NAUGHTY_STIMULANTS, 4 + random2(4) );
+ did_god_conduct( DID_STIMULANTS, 4 + random2(4) );
}
break;
@@ -279,7 +279,7 @@ bool potion_effect( char pot_eff, int pow )
mutate(100, false);
}
- naughty(NAUGHTY_STIMULANTS, 4 + random2(4));
+ did_god_conduct(DID_STIMULANTS, 4 + random2(4));
break;
}