summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 00:30:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 00:30:10 +0000
commit48cc52c40fcef71c2d828d70644e2cd90922deea (patch)
tree5c9161bfa2312f22ed1f343a32ae642548a5dc60 /crawl-ref
parentc24b486eb7f2dd5337c4a738a468a505460daa2f (diff)
downloadcrawl-ref-48cc52c40fcef71c2d828d70644e2cd90922deea.tar.gz
crawl-ref-48cc52c40fcef71c2d828d70644e2cd90922deea.zip
Add still more monster miscast messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8608 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/spl-cast.cc14
1 files changed, 8 insertions, 6 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 3a310f73f4..0aa9b03bd6 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -4293,16 +4293,17 @@ void MiscastEffect::_ice(int severity)
// Monster messages needed.
break;
case 2:
- you_msg = "Wisps of condensation drift from your @hands@.";
- mon_msg_seen = "Wisps of condensation drift from @the_monster@'s "
- "@hands@.";
+ you_msg = "Wisps of condensation drift from your @hands@.";
+ mon_msg_seen = "Wisps of condensation drift from @the_monster@'s "
+ "@hands@.";
+ mon_msg_unseen = "Wisps of condensation drift in the air.";
break;
case 3:
you_msg = "You feel a strange surge of energy!";
// Monster messages needed.
break;
case 4:
- you_msg = "Your @hands@ feel@hand_conj@ numb with cold.";
+ you_msg = "Your @hands@ feel@hand_conj@ numb with cold.";
// Monster messages needed.
break;
case 5:
@@ -4575,7 +4576,7 @@ void MiscastEffect::_air(int severity)
{
case 0:
you_msg = "Ouch! You gave yourself an electric shock.";
- // Monster messages needed.
+ mon_msg = "Ouch! You gave yourself an electric shock.";
break;
case 1:
you_msg = "You feel momentarily weightless.";
@@ -4867,7 +4868,8 @@ void MiscastEffect::_poison(int severity)
break;
case 1:
you_msg = "Venomous gasses pour from your @hands@!";
- mon_msg_seen = "Venomous gasses pour from @the_monster@'s @hands@!";
+ mon_msg_seen = "Venomous gasses pour from @the_monster@'s "
+ "@hands@!";
mon_msg_unseen = "Venomous gasses pour forth from the thin air!";
do_msg();