summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 23:44:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 23:44:15 +0000
commit0380e33912ed90d0cf6f9aac69b1ff2a63bd292f (patch)
tree68e6cd30d78861672e6ccc2448f1332fffc1175f /crawl-ref/source/spells2.cc
parent6f1108a5230a4a8efac105f97fe6d63eda40828c (diff)
downloadcrawl-ref-0380e33912ed90d0cf6f9aac69b1ff2a63bd292f.tar.gz
crawl-ref-0380e33912ed90d0cf6f9aac69b1ff2a63bd292f.zip
Simplify again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5563 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index ad990e8f78..2b12440780 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -2046,8 +2046,7 @@ bool cast_summon_wraiths(int pow, bool god_gift)
friendly ? "An insubstantial figure forms in the air."
: "You sense a hostile presence.");
}
-
- if (!success)
+ else
canned_msg(MSG_NOTHING_HAPPENS);
//jmf: Kiku sometimes deflects this