[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:
Fikou
2022-04-14 03:15:21 +02:00
committed by GitHub
parent 073da0c6f2
commit 37eea8e19d
23 changed files with 5825 additions and 1168 deletions
+9 -1
View File
@@ -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