diff --git a/paydayHealth.cs b/paydayHealth.cs index 6b6b2bd..196647f 100644 --- a/paydayHealth.cs +++ b/paydayHealth.cs @@ -14,12 +14,12 @@ namespace pdHealth } //Settings: - int tickTime = 100; //Tick-Rate in ms - int armorRegen = 25; //How far to regenerate the armor - int armorRegenSpeed = 1; //How much armor to regenerate per tick - int armorRegenDelay = 5000; //Delay before recharging armor - bool allDamageArmor = true; //The armor soaks up all the health, even for fall and explosion-damage. - bool ditchDamage = false; //Ditch damage, if hit depletes armor completely + int tickTime = 100; //Tick-Rate in ms + int armorRegen = 25; //How far to regenerate the armor + int armorRegenSpeed = 1; //How much armor to regenerate per tick + int armorRegenDelay = 5000; //Delay before recharging armor + bool allDamageArmor = true; //The armor soaks up all the health, even fall and explosion-damage. + bool ditchDamage = false; //Ditch damage, if hit depletes armor //Vars int armorVal = -1;