summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 8d66c7be89..45fe5cb012 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -3113,9 +3113,9 @@ void MiscastEffect::_enchantment(int severity)
" energy!";
break;
case 2:
- you_msg = "Multicolored lights dance before your eyes!";
- mon_msg_seen = "Multicolored lights dance around @the_monster@!";
- mon_msg_unseen = "Multicolored lights dance in the air!";
+ you_msg = "Multicoloured lights dance before your eyes!";
+ mon_msg_seen = "Multicoloured lights dance around @the_monster@!";
+ mon_msg_unseen = "Multicoloured lights dance in the air!";
break;
case 3:
you_msg = "You feel a strange surge of energy!";
@@ -3964,9 +3964,9 @@ void MiscastEffect::_transmutation(int severity)
mon_msg_unseen = "The thin air crackles with energy!";
break;
case 2:
- you_msg = "Multicolored lights dance before your eyes!";
- mon_msg_seen = "Multicolored lights dance around @the_monster@!";
- mon_msg_unseen = "Multicolored lights dance in the air!";
+ you_msg = "Multicoloured lights dance before your eyes!";
+ mon_msg_seen = "Multicoloured lights dance around @the_monster@!";
+ mon_msg_unseen = "Multicoloured lights dance in the air!";
break;
case 3:
you_msg = "You feel a strange surge of energy!";