summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 23:46:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 23:46:48 +0000
commit0bb35c8c5978f02f917e3dcc1bf68a2c85c76570 (patch)
treef8615cc546e4363854be17219799b73aeb9a5abe /crawl-ref/source/spells3.cc
parent8a369e0e98d2611fb67a4636e26cebb82aa0b432 (diff)
downloadcrawl-ref-0bb35c8c5978f02f917e3dcc1bf68a2c85c76570.tar.gz
crawl-ref-0bb35c8c5978f02f917e3dcc1bf68a2c85c76570.zip
Add yet more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9487 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index f616216576..019f503aea 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -573,7 +573,7 @@ bool cast_summon_horrible_things(int pow, god_type god)
if (one_chance_in(3)
&& !lose_stat(STAT_INTELLIGENCE, 1, true, "summoning horrible things"))
{
- mpr("Your call goes unanswered.");
+ canned_msg(MSG_NOTHING_HAPPENS);
return (false);
}
@@ -632,7 +632,7 @@ bool cast_summon_horrible_things(int pow, god_type god)
}
if (count == 0)
- mpr("Your call goes unanswered.");
+ canned_msg(MSG_NOTHING_HAPPENS);
return (count > 0);
}
@@ -1025,7 +1025,7 @@ bool cast_simulacrum(int pow, god_type god)
}
if (count == 0)
- mpr("You feel cold for a second.");
+ canned_msg(MSG_NOTHING_HAPPENS);
}
else
{