This commit is contained in:
Glowbal 2015-04-29 21:49:24 +02:00
parent 0c702d6874
commit 87465b8b10

View File

@ -63,7 +63,7 @@ if (GVAR(level) >= 2) then {
};
};
if ((_minLethalDamage <= _newDamage) && {[_unit, [_selection] call FUNC(selectionNameToNumber), _newDamage] call FUNC(determineIfFatal)}) then {
if ((_minLethalDamage <= _newDamage) && {[_unit, [_selection] call FUNC(selectionNameToNumber), _newDamage] call FUNC(determineIfFatal)} || !alive vehicle _unit) then {
if ([_unit] call FUNC(setDead)) then {
_damageReturn = 1;
} else {