summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-26 14:16:49 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-26 14:16:49 -0400
commit0e1b8faa9d1878b449fac1ff185b63526249e8d8 (patch)
tree136613c7bbec95f103d4db910cd4865d050f8194 /crawl-ref/source/mon-info.h
parent8d4f0ef980dcbef12f53137d11df3fe11ce316f2 (diff)
downloadcrawl-ref-0e1b8faa9d1878b449fac1ff185b63526249e8d8.tar.gz
crawl-ref-0e1b8faa9d1878b449fac1ff185b63526249e8d8.zip
Make living lost soul revival more like the undead one.
Turning the monster into a spectre is a really cool effect and causes some useful things automatically, like making it evil, but has interface problems (with showing the base monster type, not just the species) and also monster-monster consistency ones (in general, spectral things can't cast spells). There are minor gameplay differences, mostly in that the new monster will not have any of the resistances/vulnerabities of being undead, but in general it should play similarly to how it already does.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index 3174c32a29..26363f36f5 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -120,6 +120,7 @@ enum monster_info_flags
MB_SAP_MAGIC,
MB_SHROUD,
MB_CORROSION,
+ MB_SPECTRALISED,
NUM_MB_FLAGS
};