mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] (code bounty) The tram is now unstoppably powerful. it cannot be stopped, it cannot be slowed, it cannot be reasoned with. YOU HAVE NO IDEA HOW READY YOU ARE [MDB IGNORE] (#14477)
* (code bounty) The tram is now unstoppably powerful. it cannot be stopped, it cannot be slowed, it cannot be reasoned with. YOU HAVE NO IDEA HOW READY YOU ARE * fex * fex Co-authored-by: Kylerace <kylerlumpkin1@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Kylerace
Gandalf
parent
1e8579d2a8
commit
18a56ffeeb
@@ -495,19 +495,22 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
else
|
||||
to_chat(user, "No vacated rooms.")
|
||||
|
||||
/obj/effect/landmark/lift_id/hilbert
|
||||
specific_lift_id = HILBERT_TRAM
|
||||
|
||||
/obj/effect/landmark/tram/left_part/hilbert
|
||||
specific_lift_id = HILBERT_TRAM
|
||||
destination_id = "left_part_hilbert"
|
||||
tram_id = "tram_hilbert"
|
||||
tgui_icons = list("Reception" = "briefcase", "Botany" = "leaf", "Chemistry" = "flask")
|
||||
|
||||
/obj/effect/landmark/tram/middle_part/hilbert
|
||||
specific_lift_id = HILBERT_TRAM
|
||||
destination_id = "middle_part_hilbert"
|
||||
tram_id = "tram_hilbert"
|
||||
tgui_icons = list("Processing" = "cogs", "Xenobiology" = "paw")
|
||||
|
||||
/obj/effect/landmark/tram/right_part/hilbert
|
||||
specific_lift_id = HILBERT_TRAM
|
||||
destination_id = "right_part_hilbert"
|
||||
tram_id = "tram_hilbert"
|
||||
tgui_icons = list("Ordnance" = "bullseye", "Office" = "user", "Dormitories" = "bed")
|
||||
|
||||
/obj/item/keycard/hilbert
|
||||
|
||||
Reference in New Issue
Block a user