Add maxDam for medium velocity wounds

Ensures that velocity wounds from a major hit will use the "Large" type
of wound
This commit is contained in:
PabstMirror 2016-06-12 14:47:59 -05:00
parent b16f444795
commit 1997cb5199

View File

@ -590,6 +590,7 @@ class ACE_Medical_Advanced {
class Medium {
name = CSTRING(Wounds_VelocityWound_Medium);
minDamage = 0.3;
maxDamage = 0.75;
bleedingRate = 0.05;
};
class Large {