Skip to content

Commit

Permalink
Add unstaged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi committed Dec 22, 2023
1 parent b6041a7 commit 3c2a3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TShockAPI/Bouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@ internal Bouncer()
CanBeAddedWithoutHostile = true,
CanOnlyBeAppliedToSender = true
};
PlayerAddBuffWhitelist[BuffID.WindPushed] = new BuffLimit
PlayerAddBuffWhitelist[BuffID.ParryDamageBuff] = new BuffLimit
{
MaxTicks = 2,
MaxTicks = 300,
CanBeAddedWithoutHostile = true,
CanOnlyBeAppliedToSender = true
};
Expand Down

0 comments on commit 3c2a3f3

Please sign in to comment.