Add clearBuffs

This commit is contained in:
gsemaj
2023-07-25 10:41:45 -04:00
committed by gsemaj
parent 13e71de785
commit e7450b974c
3 changed files with 17 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ struct Player : public Entity, public ICombatant {
virtual Buff* getBuff(int buffId) override;
virtual void removeBuff(int buffId) override;
virtual void removeBuff(int buffId, int buffClass) override;
virtual void clearBuffs(bool force) override;
virtual bool hasBuff(int buffId) override;
virtual int getCompositeCondition() override;
virtual int takeDamage(EntityRef src, int amt) override;