summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.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/actor.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/actor.h')
-rw-r--r--crawl-ref/source/actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index 8d38a1de43..87a6dbd03a 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -442,6 +442,7 @@ public:
protected:
void end_constriction(constricting_t::iterator i, bool intentional,
bool quiet);
+ virtual bool clear_far_engulf() = 0;
};
bool actor_slime_wall_immune(const actor *actor);