Update max projectile damage to 1,175.

This commit is contained in:
Lucas Nicodemus 2015-07-10 01:07:14 -06:00
parent 0e00ffc311
commit 11d0fd1209
3 changed files with 6 additions and 5 deletions

View file

@ -293,7 +293,7 @@ namespace TShockAPI
public int MaxDamage = 175;
[Description("The maximum damage a projectile can inflict.")]
public int MaxProjDamage = 175;
public int MaxProjDamage = 1175;
[Description("Kicks a user if set to true, if they inflict more damage then the max damage.")]
public bool KickOnDamageThresholdBroken = false;