Added Kicking for Damage Threshold
This commit is contained in:
parent
95b14a3b69
commit
0dcbbc9f18
2 changed files with 21 additions and 2 deletions
|
|
@ -271,6 +271,9 @@ namespace TShockAPI
|
|||
[Description("The maximum damage a projectile can inflict.")]
|
||||
public int MaxProjDamage = 175;
|
||||
|
||||
[Description("Kicks a user if set to true, if they inflict more damage then the max damage.")]
|
||||
public bool KickOnDamageThresholdBroken = false;
|
||||
|
||||
[Description("Ignores checking to see if player 'can' update a projectile.")]
|
||||
public bool IgnoreProjUpdate = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue