diff --git a/code/modules/atmospherics/machinery/atmospherics.dm b/code/modules/atmospherics/machinery/atmospherics.dm index 471a8da9582..5726b70ca15 100644 --- a/code/modules/atmospherics/machinery/atmospherics.dm +++ b/code/modules/atmospherics/machinery/atmospherics.dm @@ -76,6 +76,10 @@ Pipelines + Other Objects -> Pipe network // Updates all pipe overlays and underlays update_underlays() +/obj/machinery/atmospherics/onShuttleMove(turf/oldT, turf/T1, rotation, mob/caller) + . = ..() + update_underlays() + /obj/machinery/atmospherics/Destroy() SSair.atmos_machinery -= src SSair.pipenets_to_build -= src