summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2012-03-04 13:00:23 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2012-03-04 13:00:23 -0600
commit8f024ada0bf23f1817cf85fb7d98fcf123d14922 (patch)
treefe87ec3bc043c02c9ffb3fec1f96ab8267cd1336 /crawl-ref/source/areas.cc
parent71035ffdb063294a8192079967d1aad0ba2622c7 (diff)
downloadcrawl-ref-8f024ada0bf23f1817cf85fb7d98fcf123d14922.tar.gz
crawl-ref-8f024ada0bf23f1817cf85fb7d98fcf123d14922.zip
Fix punctuation.
Diffstat (limited to 'crawl-ref/source/areas.cc')
-rw-r--r--crawl-ref/source/areas.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/areas.cc b/crawl-ref/source/areas.cc
index a722d845c3..e871bf39f0 100644
--- a/crawl-ref/source/areas.cc
+++ b/crawl-ref/source/areas.cc
@@ -427,24 +427,24 @@ void create_sanctuary(const coord_def& center, int time)
// Messaging.
if (trap_count > 0)
{
- mpr("By Zin's power hidden traps are revealed to you.",
+ mpr("By Zin's power, hidden traps are revealed to you.",
MSGCH_GOD);
}
if (cloud_count == 1)
{
- mpr("By Zin's power the foul cloud within the sanctuary is "
+ mpr("By Zin's power, the foul cloud within the sanctuary is "
"swept away.", MSGCH_GOD);
}
else if (cloud_count > 1)
{
- mpr("By Zin's power all foul fumes within the sanctuary are "
+ mpr("By Zin's power, all foul fumes within the sanctuary are "
"swept away.", MSGCH_GOD);
}
if (blood_count > 0)
{
- mpr("By Zin's power all blood is cleared from the sanctuary.",
+ mpr("By Zin's power, all blood is cleared from the sanctuary.",
MSGCH_GOD);
}