summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 00:19:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 00:19:00 +0000
commit1f78bee0174371f6551ebd64c30ddebc53c97700 (patch)
tree3b921bcdb4526b446f957f0d443df8043f86fc61
parent7335e509d05ab59dcb741ca29d4b2963d5c924ec (diff)
downloadcrawl-ref-1f78bee0174371f6551ebd64c30ddebc53c97700.tar.gz
crawl-ref-1f78bee0174371f6551ebd64c30ddebc53c97700.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6379 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index aed856cf55..d866db7181 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1782,8 +1782,10 @@ bool cast_sanctuary(const int power)
} // radius loop
if (trap_count > 0)
+ {
mpr("By Zin's power hidden traps are revealed to you.",
MSGCH_GOD);
+ }
if (cloud_count == 1)
{
@@ -1797,8 +1799,10 @@ bool cast_sanctuary(const int power)
}
if (blood_count > 0)
+ {
mpr("By Zin's power all blood is cleared from the sanctuary.",
MSGCH_GOD);
+ }
if (scare_count == 1 && seen_mon != NULL)
simple_monster_message(seen_mon, " turns to flee the light!");