mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
fix atmos machines not updating appearance on shuttle rotate (#28898)
This commit is contained in:
committed by
GitHub
parent
ddf2e26c1e
commit
323d2c0b10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user