diff --git a/code/modules/mechs/mech.dm b/code/modules/mechs/mech.dm index fb9e8a1f8b482..1d399883e3dea 100644 --- a/code/modules/mechs/mech.dm +++ b/code/modules/mechs/mech.dm @@ -90,6 +90,9 @@ /mob/living/exosuit/is_flooded(lying_mob, absolute) . = (body && body.pilot_coverage >= 100 && hatch_closed) ? FALSE : ..() +/mob/living/exosuit/isSynthetic() + return TRUE + /mob/living/exosuit/Initialize(mapload, obj/structure/heavy_vehicle_frame/source_frame) . = ..()