summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-28 10:38:57 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-28 10:38:57 +0000
commit988bedb07d5d5961a7e6d7f70253a84541b68b3a (patch)
tree040fc9361f98631e6a99aa85788dba15c21cd741 /crawl-ref/source/spl-mis.cc
parent67b7383f8ffce8e44347ba46bb6b7a396fc3134e (diff)
downloadcrawl-ref-988bedb07d5d5961a7e6d7f70253a84541b68b3a.tar.gz
crawl-ref-988bedb07d5d5961a7e6d7f70253a84541b68b3a.zip
Fix miscast message typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9842 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 88396d253b..747c80f09b 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1050,7 +1050,7 @@ void MiscastEffect::_translocation(int severity)
break;
case 2:
you_msg = "You feel a wrenching sensation.";
- mon_msg_seen = "@The monster@ jerks violently for a moment.";
+ mon_msg_seen = "@The_monster@ jerks violently for a moment.";
break;
case 3:
you_msg = "You feel a strange surge of energy!";