summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 23:17:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 23:17:24 +0000
commite8a014fe9b602a577e9497ab1b3ef1dd4f50a600 (patch)
tree310407f0600efed50e351cec020dc3deda9a7313 /crawl-ref/source
parentd1b1e8d8db08139b58e105de16283d66cba6ab77 (diff)
downloadcrawl-ref-e8a014fe9b602a577e9497ab1b3ef1dd4f50a600.tar.gz
crawl-ref-e8a014fe9b602a577e9497ab1b3ef1dd4f50a600.zip
Add the flaming corpse to the list of monsters that glow, since it's on
fire. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7413 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-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 670a9eb99f..85080a5a6c 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1212,6 +1212,7 @@ bool backlight_monsters(coord_def where, int pow, int garbage)
case MONS_SHADOW:
case MONS_EFREET:
case MONS_HELLION:
+ case MONS_FLAMING_CORPSE:
case MONS_GLOWING_SHAPESHIFTER:
case MONS_FIRE_ELEMENTAL:
case MONS_AIR_ELEMENTAL: