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 07d652883f..07d4e55fca 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -145,7 +145,7 @@ bool potion_effect( potion_type pot_eff, int pow )
were_mighty ? "mightier" : "very mighty");
if ( were_mighty )
- contaminate_player(1);
+ contaminate_player(1, was_known);
else
modify_stat(STAT_STRENGTH, 5, true, "");
@@ -360,7 +360,7 @@ bool potion_effect( potion_type pot_eff, int pow )
// Just one point of contamination. These potions are really rare,
// and contamination is nastier.
- contaminate_player(1);
+ contaminate_player(1, was_known);
break;
case NUM_POTIONS: