Added Kicking for Damage Threshold

This commit is contained in:
PhoenixICE 2014-12-18 21:54:12 +08:00
parent 95b14a3b69
commit 0dcbbc9f18
2 changed files with 21 additions and 2 deletions

View file

@ -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;