diff --git a/addons/medical_engine/functions/fnc_handleDamage.sqf b/addons/medical_engine/functions/fnc_handleDamage.sqf index 3b9a81bdf6..f9a7c30539 100644 --- a/addons/medical_engine/functions/fnc_handleDamage.sqf +++ b/addons/medical_engine/functions/fnc_handleDamage.sqf @@ -33,7 +33,7 @@ if (_hitPointIndex < 0) then { // Handle vehicle crashes if (_damage == _unit getVariable [HIT_CRASH, -1]) then { - _isCrash = true; + _isCrash = (_ammo == ""); _unit setVariable [HIT_CRASH, -1]; } else { _unit setVariable [HIT_CRASH, _damage];