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/statuseffect.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/statuseffect.h') diff --git a/src/statuseffect.h b/src/statuseffect.h index 98ca18802..cb9641074 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -85,6 +85,9 @@ class StatusEffect final bool isRiding() const A_WARN_UNUSED { return mIsRiding; } + bool isTrickDead() const A_WARN_UNUSED + { return mIsTrickDead; } + /** * Retrieves a status effect. * @@ -135,6 +138,7 @@ class StatusEffect final bool mIsPoison; bool mIsCart; bool mIsRiding; + bool mIsTrickDead; }; #endif // STATUSEFFECT_H -- cgit v1.2.3-60-g2f50