[MIRROR] [Ready] Hilbert Research Facility remap feat. tram [MDB IGNORE] (#12745)

* [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

* [Ready] Hilbert Research Facility remap feat. tram

* Update mapping_fluff.dm

* Update gordon_freeman.dm

* fixes

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-18 17:00:25 -07:00
committed by GitHub
co-authored by Fikou Zonespace
parent d38d646a2f
commit d71d49bd91
27 changed files with 5835 additions and 1178 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