mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[MIRROR] Tram v6/Transport Subsystem [MDB IGNORE] (#24399)
* Tram v6/Transport Subsystem * Update icon_smoothing.dm * Update utility.dm * defines/icon * Update airlock.dm * Update door.dm * Update airlock.dm * Update airlock.dm --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
@@ -553,28 +553,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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user