mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
Remove wrath when Defiance ends
This commit is contained in:
parent
f12e7ec651
commit
df9c51f27b
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ public:
|
|||
void onExpire( Entity::Chara& actor ) override
|
||||
{
|
||||
actor.removeSingleStatusEffectById( Unchained );
|
||||
actor.removeSingleStatusEffectById( Wrath );
|
||||
actor.removeSingleStatusEffectById( WrathII );
|
||||
actor.removeSingleStatusEffectById( WrathIII );
|
||||
actor.removeSingleStatusEffectById( WrathIV );
|
||||
actor.removeSingleStatusEffectById( Infuriated );
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue