summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-18 23:13:34 -0400
committerNeil Moore <neil@s-z.org>2014-07-18 23:15:26 -0400
commit3000a8c17b790010a24a76b12d09f75646e0a443 (patch)
treece63598db0c63fa9395c43478db9f0e5f0b54cb1 /crawl-ref/source/player.h
parentf27e6ab4a14487cedb8c3d1b6bd1dd87b5744187 (diff)
downloadcrawl-ref-3000a8c17b790010a24a76b12d09f75646e0a443.tar.gz
crawl-ref-3000a8c17b790010a24a76b12d09f75646e0a443.zip
Clear Engulf status when forcibly separated (#7437)
The status still doesn't end immediately when the engulfer dies etc.: see bug #7394.
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 9ff9ef32a5..442eae462b 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -761,6 +761,8 @@ protected:
void _removed_fearmonger(bool quiet = false);
bool _possible_fearmonger(const monster* mon) const;
+
+ bool clear_far_engulf();
};
#ifdef DEBUG_GLOBALS