diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. |