From 497ea67ad7af5cc26505369b833b39754694ccbe Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 25 Oct 2009 02:14:31 +0100 Subject: Give a message when a monster is affected by Ignite Poison. --- crawl-ref/source/spells4.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spells4.cc') diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc index 0b5a5169e4..d15efba241 100644 --- a/crawl-ref/source/spells4.cc +++ b/crawl-ref/source/spells4.cc @@ -577,6 +577,7 @@ static int _ignite_poison_monsters(coord_def where, int pow, int, actor *) if (damage > 0) { damage = mons_adjust_flavoured( mon, beam, damage ); + simple_monster_message(mon, " seems to burn from within!"); #if DEBUG_DIAGNOSTICS mprf(MSGCH_DIAGNOSTICS, "Dice: %dd%d; Damage: %d", -- cgit v1.2.3-54-g00ecf