From 46106e962bee32271ee644224c5ac525eb32f888 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Mar 2013 02:58:12 +0300 Subject: Add different effects to npc depend on qests status (evol only) --- src/being.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 5649b94cd..00dfbfe74 100644 --- a/src/being.h +++ b/src/being.h @@ -862,6 +862,10 @@ class Being : public ActorSprite, public ConfigListener void updateAwayEffect(); + void addSpecialEffect(const int effect); + + void removeSpecialEffect(); + static uint8_t genderToInt(const Gender sex) A_WARN_UNUSED; static Gender intToGender(uint8_t sex) A_WARN_UNUSED; @@ -1018,7 +1022,7 @@ class Being : public ActorSprite, public ConfigListener bool mInactive; unsigned mNumber; unsigned char mHairColor; - Particle *mAfkParticle; + Particle *mSpecialParticle; }; extern std::list beingInfoCache; -- cgit v1.2.3-60-g2f50