summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 18:29:06 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:39 -0700
commit889f32d1afad941cdf3a3fa9d877aee8947f1f02 (patch)
tree5d29044bc778407462ad440a71fbc6ee92341a17 /crawl-ref/source/mon-info.h
parent9bf2e4835f6a977e7b902899e68b167b03ffccc7 (diff)
downloadcrawl-ref-889f32d1afad941cdf3a3fa9d877aee8947f1f02.tar.gz
crawl-ref-889f32d1afad941cdf3a3fa9d877aee8947f1f02.zip
Demonspawn black suns: Black Mark.
Originally Black Hole in the proposal, but with a Singularity spell in the works that's too misleading a name. This spell empowers the caster and its allies to randomly drain speed, skills, abilities, or magic on successful damaging melee attacks, healing the ally making the attack. This commit also gives black suns a (temporary?) spell set loosely based in the proposal; they also get Malign Offering, which I see as fitting both the necromancy theme and the ability of the caster to heal their allies (through Black Mark).
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 222bdd1ce7..0b3b184775 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -110,6 +110,7 @@ enum monster_info_flags
MB_ICEMAIL,
MB_AGILE,
MB_FROZEN,
+ MB_BLACK_MARK,
NUM_MB_FLAGS
};