summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/melee_attack.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/melee_attack.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/melee_attack.h')
-rw-r--r--crawl-ref/source/melee_attack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/melee_attack.h b/crawl-ref/source/melee_attack.h
index c387471a85..09c5d5cdc5 100644
--- a/crawl-ref/source/melee_attack.h
+++ b/crawl-ref/source/melee_attack.h
@@ -151,6 +151,7 @@ private:
void mons_do_poison();
void mons_do_napalm();
void mons_do_eyeball_confusion();
+ void apply_black_mark_effects();
attack_flavour random_chaos_attack_flavour();
private: