mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[Ready] Hilbert Research Facility remap feat. tram (#66082)
* reworks hilbert's hotel ruin * warooio * you can now run multiple trams on the same z at the same time, trams are linked by id * fuck * sure * you are a simulacra * FUG * dock
This commit is contained in:
@@ -245,7 +245,15 @@
|
||||
return
|
||||
cooldown = TRUE
|
||||
addtimer(VARSET_CALLBACK(src, cooldown, FALSE), 2 SECONDS)
|
||||
var/obj/structure/industrial_lift/tram/tram_part = GLOB.central_tram
|
||||
var/obj/structure/industrial_lift/tram/tram_part
|
||||
var/turf/current_turf = get_turf(src)
|
||||
if(!current_turf)
|
||||
return
|
||||
for(var/atom/tram as anything in GLOB.central_trams)
|
||||
if(tram.z != current_turf.z)
|
||||
continue
|
||||
tram_part = tram
|
||||
break
|
||||
if(!tram_part)
|
||||
say("The tram is not responding to call signals. Please send a technician to repair the internals of the tram.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user