mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
b16f444795
commit
1997cb5199
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user