From 0bb35c8c5978f02f917e3dcc1bf68a2c85c76570 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 14 Mar 2009 23:46:48 +0000 Subject: 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 --- crawl-ref/source/spells3.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells3.cc') 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 { -- cgit v1.2.3-54-g00ecf