Prevent the usage of the blood loss coefficient to increase blood volume on bleeding

This commit is contained in:
Glowbal 2015-04-03 21:51:44 +02:00
parent ecf16ad9f1
commit c3ddbb4be7

View File

@ -42,4 +42,4 @@ if (GVAR(level) >= 2) then {
} else {
// TODO basic medical
};
_totalBloodLoss * GVAR(bleedingCoefficient);
_totalBloodLoss * (GVAR(bleedingCoefficient) max 0);