mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
co-authored by
Fikou
Zonespace
parent
d38d646a2f
commit
d71d49bd91
@@ -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