summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-25 02:14:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-25 02:14:31 +0100
commit497ea67ad7af5cc26505369b833b39754694ccbe (patch)
tree5103ee21fa85ed1e5a14d8728207b2831ba778cc /crawl-ref/source/spells4.cc
parentf88b5e0414497f46acbe8865fd4ef34cb6dfe29f (diff)
downloadcrawl-ref-497ea67ad7af5cc26505369b833b39754694ccbe.tar.gz
crawl-ref-497ea67ad7af5cc26505369b833b39754694ccbe.zip
Give a message when a monster is affected by Ignite Poison.
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc1
1 files changed, 1 insertions, 0 deletions
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",