From 39c107535e8796b517e78f68a18d29ee265866f1 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 14 Nov 2009 17:23:42 +0100 Subject: Rename 'blink * closer' to 'blink * close'. --- crawl-ref/source/mon-cast.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/mon-cast.cc') diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc index b44fdb765c..7616162696 100644 --- a/crawl-ref/source/mon-cast.cc +++ b/crawl-ref/source/mon-cast.cc @@ -622,8 +622,8 @@ bolt mons_spells( monsters *mons, spell_type spell_cast, int power, beam.is_beam = true; break; - case SPELL_BLINK_OTHER_CLOSER: - beam.flavour = BEAM_BLINK_CLOSER; + case SPELL_BLINK_OTHER_CLOSE: + beam.flavour = BEAM_BLINK_CLOSE; beam.is_beam = true; break; @@ -802,6 +802,7 @@ bool setup_mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast, case SPELL_CONTROLLED_BLINK: case SPELL_BLINK_RANGE: case SPELL_BLINK_AWAY: + case SPELL_BLINK_CLOSE: case SPELL_TOMB_OF_DOROKLOHE: case SPELL_CHAIN_LIGHTNING: // the only user is reckless case SPELL_SUMMON_EYEBALLS: @@ -2048,11 +2049,11 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast, } break; } - case SPELL_BLINK_OTHER_CLOSER: + case SPELL_BLINK_OTHER_CLOSE: { // Allow the caster to comment on moving the foe. std::string msg = getSpeakString(monster->name(DESC_PLAIN) - + " blink_other_closer"); + + " blink_other_close"); if (!msg.empty() && msg != "__NONE") { mons_speaks_msg(monster, msg, MSGCH_TALK, -- cgit v1.2.3-54-g00ecf