From 1e5eb7f2b36599d95385c79f569e01f94ddc2b4a Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 27 Jan 2009 13:48:49 +0000 Subject: 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 --- crawl-ref/source/spl-mis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-mis.cc') 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()) { -- cgit v1.2.3-54-g00ecf