summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index c0c3f32501..c08ce23a14 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -3907,7 +3907,7 @@ void MiscastEffect::_necromancy(int severity)
{
you_msg = "Something just walked over your grave. No, "
"really!";
- mon_msg_seen = "@The_monster@ seems frightened for a moment."
+ mon_msg_seen = "@The_monster@ seems frightened for a moment.";
do_msg();
}
else