summaryrefslogtreecommitdiff
path: root/src/statuseffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r--src/statuseffect.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h
index 7ef6f212f..83a721852 100644
--- a/src/statuseffect.h
+++ b/src/statuseffect.h
@@ -58,6 +58,12 @@ class StatusEffect final
Particle *getStartParticle() const A_WARN_UNUSED;
/**
+ * Creates the particle effect associated with this status effect, if
+ * possible.
+ */
+ Particle *getParticle() const A_WARN_UNUSED;
+
+ /**
* Retrieves the status icon for this effect, if applicable
*/
AnimatedSprite *getIcon() const A_WARN_UNUSED;
@@ -70,6 +76,7 @@ class StatusEffect final
std::string mMessage;
std::string mSFXEffect;
std::string mStartParticleEffect;
+ std::string mParticleEffect;
std::string mIcon;
std::string mAction;
std::string mName;