[MIRROR] cleans up the cell mess (#11532)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-29 15:46:07 -07:00
committed by GitHub
parent f94e715e80
commit c56d0e81e0
3 changed files with 7 additions and 18 deletions

View File

@@ -72,13 +72,13 @@
turn_off()
update_stats()
if(load && is_train_head())
to_chat(load, "The drive motor briefly whines, then drones to a stop.")
to_chat(load, span_notice("The drive motor briefly whines, then drones to a stop."))
if(is_train_head() && !on)
return 0
//space check ~no flying space trains sorry
if(on && istype(destination, /turf/space))
if(on && isopenturf(destination))
return 0
return ..()