Whitelist the Striking Moment (ParryDamageBuff) buff

This commit is contained in:
SGKoishi 2023-12-21 20:39:43 -08:00
parent 5d585bb891
commit b6041a738e
No known key found for this signature in database
GPG key ID: 8FFC399070653828
2 changed files with 7 additions and 0 deletions

View file

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