summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-29 20:13:56 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-29 20:13:56 +0000
commit41e7b58ff663e5296456347ebdc70fc3a1176808 (patch)
tree7509a77e0d1883507d737e8bdf251512ce2cec3d /crawl-ref/source/it_use2.cc
parent7e8b53e78b4653bf439f14f55c667498a937d7f3 (diff)
downloadcrawl-ref-41e7b58ff663e5296456347ebdc70fc3a1176808.tar.gz
crawl-ref-41e7b58ff663e5296456347ebdc70fc3a1176808.zip
Better messages for Genie effects.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2670 c06c8d41-db1a-0410-9941-cceddc491573
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);