Whitelist the Mighty Wind (WindPushed) buff

This is applied by sandstorm events.
This commit is contained in:
James Puleo 2022-12-02 13:18:00 -05:00
parent ae3c9654ad
commit 88c639c115
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -428,6 +428,12 @@ namespace TShockAPI
CanBeAddedWithoutHostile = true,
CanOnlyBeAppliedToSender = true
};
PlayerAddBuffWhitelist[BuffID.WindPushed] = new BuffLimit
{
MaxTicks = 2,
CanBeAddedWithoutHostile = true,
CanOnlyBeAppliedToSender = true
};
#endregion Whitelist
}