diff --git a/addons/zeus/functions/fnc_moduleSuicideBomber.sqf b/addons/zeus/functions/fnc_moduleSuicideBomber.sqf
index a5ddbab566..5364692ded 100644
--- a/addons/zeus/functions/fnc_moduleSuicideBomber.sqf
+++ b/addons/zeus/functions/fnc_moduleSuicideBomber.sqf
@@ -57,6 +57,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 {