mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Prevent the usage of the blood loss coefficient to increase blood volume on bleeding
This commit is contained in:
parent
ecf16ad9f1
commit
c3ddbb4be7
@ -42,4 +42,4 @@ if (GVAR(level) >= 2) then {
|
||||
} else {
|
||||
// TODO basic medical
|
||||
};
|
||||
_totalBloodLoss * GVAR(bleedingCoefficient);
|
||||
_totalBloodLoss * (GVAR(bleedingCoefficient) max 0);
|
||||
|
Loading…
Reference in New Issue
Block a user