From 1cae4690f8dbb3d9218b9c1672410271a23e24d1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 20 Jan 2009 21:58:56 +0000 Subject: Add consistency fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8632 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 6 +++--- crawl-ref/source/spl-cast.cc | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index fdddab382c..cf96b82527 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -2237,13 +2237,13 @@ void melee_attack::chaos_affects_defender() if (see_grid(defender->pos())) { if (defender->atype() == ACT_PLAYER) - mpr("You give off a flash of multi-coloured light!"); + mpr("You give off a flash of multicoloured light!"); else if (you.can_see(defender)) simple_monster_message(defender_as_monster(), " gives off a flash of " - "multi-coloured light!"); + "multicoloured light!"); else - mpr("There is a flash of multi-coloured light!"); + mpr("There is a flash of multicoloured light!"); } } 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!"; -- cgit v1.2.3-54-g00ecf