Tram v6/Transport Subsystem (#78230)

Co-authored-by: Unit0016 <50649185+unit0016@users.noreply.github.com>
Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
lessthanthree
2023-10-17 10:52:38 -07:00
committed by GitHub
co-authored by Unit0016 John Willard Jeremiah Kylerace
parent c10bf15c4a
commit 7626c3bd6c
117 changed files with 9458 additions and 6470 deletions
@@ -532,28 +532,28 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
to_chat(user, "No vacated rooms.")
return .
/obj/effect/landmark/lift_id/hilbert
specific_lift_id = HILBERT_TRAM
/obj/effect/landmark/transport/transport_id/hilbert
specific_transport_id = HILBERT_LINE_1
/obj/effect/landmark/tram/nav/hilbert
name = HILBERT_TRAM
specific_lift_id = TRAM_NAV_BEACONS
/obj/effect/landmark/transport/nav_beacon/tram/nav/hilbert
name = HILBERT_LINE_1
specific_transport_id = TRAM_NAV_BEACONS
/obj/effect/landmark/tram/platform/hilbert/left
/obj/effect/landmark/transport/nav_beacon/tram/platform/hilbert/left
name = "Port"
specific_lift_id = HILBERT_TRAM
specific_transport_id = HILBERT_LINE_1
platform_code = HILBERT_PORT
tgui_icons = list("Reception" = "briefcase", "Botany" = "leaf", "Chemistry" = "flask")
/obj/effect/landmark/tram/platform/hilbert/middle
/obj/effect/landmark/transport/nav_beacon/tram/platform/hilbert/middle
name = "Central"
specific_lift_id = HILBERT_TRAM
specific_transport_id = HILBERT_LINE_1
platform_code = HILBERT_CENTRAL
tgui_icons = list("Processing" = "cogs", "Xenobiology" = "paw")
/obj/effect/landmark/tram/platform/hilbert/right
/obj/effect/landmark/transport/nav_beacon/tram/platform/hilbert/right
name = "Starboard"
specific_lift_id = HILBERT_TRAM
specific_transport_id = HILBERT_LINE_1
platform_code = HILBERT_STARBOARD
tgui_icons = list("Ordnance" = "bullseye", "Office" = "user", "Dormitories" = "bed")