summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-07 13:08:50 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-08 00:26:47 -0400
commiteddedc8ab317ef6b523e36a79bd349f597861a4a (patch)
treecb959e81f7e8af6586da4d155da939405a68743d /crawl-ref/source/player.h
parente99bd4c15d5e8736596669c4b5f3528461b6260c (diff)
downloadcrawl-ref-eddedc8ab317ef6b523e36a79bd349f597861a4a.tar.gz
crawl-ref-eddedc8ab317ef6b523e36a79bd349f597861a4a.zip
Make MUT_NO_DEVICE_HEAL a normal bad mutation with 2 levels
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 301a7ec59b..fb812215f7 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -713,6 +713,8 @@ public:
bool can_do_shaft_ability(bool quiet = false) const;
bool do_shaft_ability();
+ bool can_device_heal();
+
void apply_location_effects(const coord_def &oldpos,
killer_type killer = KILL_NONE,
int killernum = -1);