diff options
Diffstat (limited to 'src/statuseffect.cpp')
-rw-r--r-- | src/statuseffect.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp index c5e660abd..5d69aa6df 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -217,6 +217,8 @@ void StatusEffect::loadXmlFile(const std::string &fileName) node, "persistent-particle-effect", "no")) != "no"; endEffect->mIsPoison = startEffect->mIsPoison; + endEffect->mIsCart = startEffect->mIsCart; + endEffect->mIsRiding = startEffect->mIsRiding; endEffect->mMessage = XML::getProperty(node, "end-message", ""); endEffect->mSFXEffect = XML::getProperty(node, "end-audio", ""); endEffect->mParticleEffect = XML::getProperty( |