summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-06 05:03:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-06 05:03:02 +0000
commite48b238d9ea190788fa0484d21389164a5d7a27b (patch)
treea0e4e5e4146c763aef071bb87d7a8f4ed72bd5a1 /crawl-ref/source/spl-mis.cc
parente8753da0b947a20e9b458413b329bdbdf2ff94c7 (diff)
downloadcrawl-ref-e48b238d9ea190788fa0484d21389164a5d7a27b.tar.gz
crawl-ref-e48b238d9ea190788fa0484d21389164a5d7a27b.zip
Tweak spell miscast messages to not overlap with monster speech.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8922 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 00833dd8f0..cf66a8d892 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1082,7 +1082,7 @@ void MiscastEffect::_translocation(int severity)
break;
case 9:
you_msg = "You feel uncomfortable.";
- mon_msg_seen = "@The_monster@ grimaces.";
+ mon_msg_seen = "@The_monster@ scowls.";
break;
}
do_msg();
@@ -1591,7 +1591,7 @@ void MiscastEffect::_necromancy(int severity)
break;
case 9:
you_msg = "You feel very uncomfortable.";
- mon_msg_seen = "@The_monster@ grimaces horribly.";
+ mon_msg_seen = "@The_monster@ scowls horribly.";
break;
}
do_msg();