summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-04-29 08:08:36 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 20:19:38 -0230
commit04eac79980405f8a110ca34a20b6a90fe5b4464e (patch)
tree504134cc96e6fa13c37144df55f8d51435de880c /crawl-ref/source/mon-abil.h
parent02c522304cdac0ec46f4933ff0510fb7e2bbc86e (diff)
downloadcrawl-ref-04eac79980405f8a110ca34a20b6a90fe5b4464e.tar.gz
crawl-ref-04eac79980405f8a110ca34a20b6a90fe5b4464e.zip
Let flayed ghosts flay their victims
Flayed ghosts can now inflict the anguish they experienced in life upon the living. This is a smite-targeted ability that causes terrible sympathetic wounds to appear upon a living foe's body, inflicting irresistable damage that scales with max hp, though will never reduce the target to less than ~15-20 hp. Critically, the actual injuries are illusory, the pain and weakness of them maintained only through contact with the ghost's tortured spirit. Killing the flayed ghost will instantly end the effect and heal all hp lost to it (and clean up all associated blood splatters), as will spending some number of turns out of the ghost's presence.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 05022be3ff..79f9ad98dc 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -34,4 +34,6 @@ bool get_push_space(const coord_def& pos, coord_def& newpos,
actor* act, bool ignore_tension = false,
const vector<coord_def>* excluded = NULL);
+void heal_flayed_effect(actor* act, bool quiet = false, bool blood_only = false);
+
#endif