Fix generic error

This commit is contained in:
KoffeinFlummi 2015-02-10 23:14:11 +01:00
parent faa7e1fb63
commit 28dbd857c2

View File

@ -105,7 +105,7 @@ GVAR(effectTimeBlood) = time;
};
// Blood Volume Effect
_blood = AGM_player getVariable ["AGM_Blood", 100] / 100;
_blood = (ACE_player getVariable [QGVAR(bloodVolume), 100]) / 100;
if (_blood > 0.99) then {
GVAR(effectBloodVolumeCC) ppEffectEnable false;
} else {