Add unstaged changes
This commit is contained in:
parent
b6041a738e
commit
3c2a3f3e53
1 changed files with 2 additions and 2 deletions
|
|
@ -434,9 +434,9 @@ namespace TShockAPI
|
||||||
CanBeAddedWithoutHostile = true,
|
CanBeAddedWithoutHostile = true,
|
||||||
CanOnlyBeAppliedToSender = true
|
CanOnlyBeAppliedToSender = true
|
||||||
};
|
};
|
||||||
PlayerAddBuffWhitelist[BuffID.WindPushed] = new BuffLimit
|
PlayerAddBuffWhitelist[BuffID.ParryDamageBuff] = new BuffLimit
|
||||||
{
|
{
|
||||||
MaxTicks = 2,
|
MaxTicks = 300,
|
||||||
CanBeAddedWithoutHostile = true,
|
CanBeAddedWithoutHostile = true,
|
||||||
CanOnlyBeAppliedToSender = true
|
CanOnlyBeAppliedToSender = true
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue