summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
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/hiscores.cc
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/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index e2e4608eff..f49bc87c97 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1571,6 +1571,7 @@ void scorefile_entry::init(time_t dt)
STATUS_DRAINED,
DUR_TOXIC_RADIANCE,
DUR_FIRE_VULN,
+ DUR_POISON_VULN,
};
status_info inf;