Make Avulsions even less likely

This commit is contained in:
ulteq 2016-12-07 19:10:12 +01:00
parent 6ce1910a96
commit 708ac207fd

View File

@ -20,7 +20,7 @@ class ACE_Medical_Injuries {
causes[] = {"explosive", "vehiclecrash", "grenade", "shell", "bullet", "backblast", "bite"};
bleeding = 0.5;
pain = 1.0;
minDamage = 0.3;
minDamage = 0.01;
causeLimping = 1;
};
// Also called bruises, these are the result of a forceful trauma that injures an internal structure without breaking the skin. Blows to the chest, abdomen, or head with a blunt instrument (e.g. a football or a fist) can cause contusions.