From e8f29b1cff5360c9d16587b91d72863af4763d08 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Oct 2015 21:21:37 +0300 Subject: Add support for dead trick status effect (hercules) --- src/being/being.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index d533570ca..11518a3c0 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -888,6 +888,8 @@ class Being notfinal : public ActorSprite, { return mLastAttackY; } #ifdef EATHENA_SUPPORT + void setTrickDead(const bool b) override final; + void setChat(ChatObject *const obj); ChatObject *getChat() const @@ -957,6 +959,8 @@ class Being notfinal : public ActorSprite, uint16_t getTeamId() const { return mTeamId; } + void serverRemove(); + protected: /** * Updates name's location. -- cgit v1.2.3-70-g09d2