Enable unit specific bleeding coefficient

This commit is contained in:
KoffeinFlummi 2015-04-22 22:38:48 +02:00
parent 74ca85cbd9
commit d10f4d543d

View File

@ -46,4 +46,4 @@ if (GVAR(level) >= 2) then {
} else {
_totalBloodLoss = BLOODLOSSRATE_BASIC * (damage _unit);
};
_totalBloodLoss * (GVAR(bleedingCoefficient) max 0);
_totalBloodLoss * ((_unit getVariable [QGVAR(bleedingCoefficient), GVAR(bleedingCoefficient)]) max 0);