From 5bf0b52eb3d937b93c1c7ebcb80678a251a0502c Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 16 May 2009 00:30:01 +0000 Subject: Properly disallow Elyvilon's "Heal Other" abilities when they're aimed at the player, just as we do with Lugonu's "Banish" ability. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9778 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/beam.cc') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index c2e2a810e9..8c4f65f536 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -3568,7 +3568,7 @@ void bolt::affect_player_enchantment() mpr("This is polymorph other only!"); } else - canned_msg( MSG_NOTHING_HAPPENS ); + canned_msg(MSG_NOTHING_HAPPENS); break; case BEAM_SLOW: -- cgit v1.2.3-54-g00ecf