From 203045d6184a3e6246b64b3433f43e0bfebc2e31 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Feb 2016 19:38:34 +0300 Subject: Add support for post delay status effect. It change cast animation to stand. --- 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 dccb19554..9539e4224 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -91,6 +91,9 @@ class StatusEffect final bool isTrickDead() const A_WARN_UNUSED { return mIsTrickDead; } + bool isPostDelay() const A_WARN_UNUSED + { return mIsPostDelay; } + /** * Retrieves a status effect. * @@ -143,6 +146,7 @@ class StatusEffect final bool mIsCart; bool mIsRiding; bool mIsTrickDead; + bool mIsPostDelay; }; #endif // STATUSEFFECT_H -- cgit v1.2.3-60-g2f50