summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 13:48:49 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 13:48:49 +0000
commit1e5eb7f2b36599d95385c79f569e01f94ddc2b4a (patch)
treefef58a7692be9166e1dcb978cf7bc32ce0c3a65b /crawl-ref/source/spl-mis.cc
parent1123d50843d463c533de1ab100dfc23d69cad924 (diff)
downloadcrawl-ref-1e5eb7f2b36599d95385c79f569e01f94ddc2b4a.tar.gz
crawl-ref-1e5eb7f2b36599d95385c79f569e01f94ddc2b4a.zip
Added missing "@" to a monster miscast message.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8819 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 5299769966..133e460037 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1133,7 +1133,7 @@ void MiscastEffect::_translocation(int severity)
case 3:
case 4:
you_msg = "Space warps around you!";
- mon_msg_seen = "Space warps around @the_monster!";
+ mon_msg_seen = "Space warps around @the_monster@!";
mon_msg_unseen = "A piece of empty space twists and writhes.";
if (_ouch(5 + random2avg(9, 2)) && target->alive())
{