Skip to content

Commit

Permalink
[MIRROR] exosuits return TRUE for isSynthetic() (#2325)
Browse files Browse the repository at this point in the history
Co-authored-by: Spookerton <[email protected]>
Co-authored-by: UEDCommander <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2024
1 parent 1ae23c4 commit 8a712e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mechs/mech.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()

Expand Down

0 comments on commit 8a712e7

Please sign in to comment.