summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 21:35:23 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:39 -0700
commit2cf8d755b10f8c80412351ebfb424485cc82f3d9 (patch)
treedcd9b6619a1a77936a38640159ae875f20f7063c /crawl-ref/source/mon-info.h
parentce86bbf1374fe8894466314c116b39bd0b2fbf3b (diff)
downloadcrawl-ref-2cf8d755b10f8c80412351ebfb424485cc82f3d9.tar.gz
crawl-ref-2cf8d755b10f8c80412351ebfb424485cc82f3d9.zip
Demonspawn warmonger: Sap Magic.
Based on Punishment of Excess from the proposal. Casting spells while afflicted by this hex progressively hinders your spellcasting success (or adds antimagic enchantment levels if you are a monster). Technically this could be extended to have an effect specific to individual spell schools, but that would result in a lot of duplication of durations and the like.
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 0b3b184775..06b67341fb 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -111,6 +111,7 @@ enum monster_info_flags
MB_AGILE,
MB_FROZEN,
MB_BLACK_MARK,
+ MB_SAP_MAGIC,
NUM_MB_FLAGS
};