summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index d4bada8746..76d2dd8850 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1462,8 +1462,8 @@ void MiscastEffect::_divination_you(int severity)
switch (random2(3))
{
case 0:
- mpr(forget_spell() ? "You have forgotten a spell!"
- : "You get a splitting headache.");
+ if (!forget_spell())
+ mpr("You get a splitting headache.");
break;
case 1:
mpr("You feel completely lost.");