summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-01-25 19:06:02 -0330
committerDracoOmega <draco_omega@live.com>2014-01-28 03:01:54 -0330
commitb13491cb91936ebc94d743f3114e4071e3a6fecc (patch)
tree80dfd9f494ad931000f4d71c8eec36a26bf003e2 /crawl-ref/source/mon-info.h
parent494c5fece274f39ea1875407b6632be2f55d10f3 (diff)
downloadcrawl-ref-b13491cb91936ebc94d743f3114e4071e3a6fecc.tar.gz
crawl-ref-b13491cb91936ebc94d743f3114e4071e3a6fecc.zip
New monster spell: Virulence
This is a hex whose effect is twofold. First, it multiplies the amount of poison already in the target's system (this cannot be resisted), then attempts to apply a level of poison vulnerability (which can be resisted via MR)
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 b19a79a251..bceabb15c6 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -108,6 +108,7 @@ enum monster_info_flags
MB_TORNADO,
MB_TORNADO_COOLDOWN,
MB_BARBS,
+ MB_POISON_VULN,
NUM_MB_FLAGS
};