diff --git a/addons/zeus/functions/fnc_moduleSuicideBomber.sqf b/addons/zeus/functions/fnc_moduleSuicideBomber.sqf index 778ca5c47c7..05c06be7516 100644 --- a/addons/zeus/functions/fnc_moduleSuicideBomber.sqf +++ b/addons/zeus/functions/fnc_moduleSuicideBomber.sqf @@ -52,6 +52,8 @@ if (_autoSeek) then { LOG("Unit deleted or killed, PFH removed"); }; + if (!([_unit] call EFUNC(common,isAwake))) exitWith {}; + // Detonation private _nearObjects = (_unit nearObjects _activationRadius) select {side _x == _activationSide && {_x != _unit} && {alive _x}}; if !(_nearObjects isEqualTo []) then {