diff options
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index 143124948..4cba35432 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -77,6 +77,9 @@ class StatusEffect final bool isPoison() const A_WARN_UNUSED { return mIsPoison; } + bool isCart() const A_WARN_UNUSED + { return mIsCart; } + /** * Retrieves a status effect. * |