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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 568a6c24a4..2d88e96d3d 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -215,7 +215,8 @@ bool potion_effect( potion_type pot_eff, int pow )
break;
case POT_DEGENERATION:
- mpr("There was something very wrong with that liquid!");
+ if ( pow == 40 )
+ mpr("There was something very wrong with that liquid!");
if (lose_stat(STAT_RANDOM, 1 + random2avg(4, 2), false,
"drinking a potion of degeneration"))
xom_is_stimulated(64);