mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
committed by
GitHub
parent
f94e715e80
commit
c56d0e81e0
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user