summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorMarvinPA <chriscampbell89@gmail.com>2013-09-06 06:27:13 +0100
committerMarvinPA <chriscampbell89@gmail.com>2013-09-06 06:35:58 +0100
commit24fbf643f8a4e8c7dfbe818688ca311dc69c2c3a (patch)
treee1569daa043433ed774365e7397a61df41363206 /crawl-ref/source/mon-info.h
parent081699f43a1bd38fb0bfcf58e92198dafe0684a3 (diff)
downloadcrawl-ref-24fbf643f8a4e8c7dfbe818688ca311dc69c2c3a.tar.gz
crawl-ref-24fbf643f8a4e8c7dfbe818688ca311dc69c2c3a.zip
Rework the Sword of Cerebov's -rF effect
Instead of just reducing rF during melee attacks (where the fire damage dealt is relatively small), it reduces rF by one level for a duration (something that Cerebov will likely take more advantage of than the player). Increase its base damage and accuracy by 1 each to make it a little more attractive as a player weapon too, and reinstate its evil flag (like demon weapons, it's just innately evil, and the resistance reduction can be flavoured as a vaguely demonic effect).
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 e7724a11a5..a806f58acd 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -102,6 +102,7 @@ enum monster_info_flags
MB_SUMMONED_CAPPED, // Expiring due to summons cap
MB_TOXIC_RADIANCE,
MB_GRASPING_ROOTS,
+ MB_FIRE_VULN,
NUM_MB_FLAGS
};