diff --git a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm index f94d2051a42..3d03f4acd18 100644 --- a/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm +++ b/_maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm @@ -330,7 +330,7 @@ }, /obj/structure/industrial_lift/tram/purple, /obj/effect/landmark/tram/platform/hilbert/middle, -/obj/effect/landmark/tram/nav/hilbert/research, +/obj/effect/landmark/tram/nav/hilbert, /turf/open/floor/engine, /area/ruin/space/has_grav/powered/hilbertresearchfacility) "iY" = ( diff --git a/code/modules/industrial_lift/tram/tram_landmark.dm b/code/modules/industrial_lift/tram/tram_landmark.dm index 72dd32698dc..76341a7d064 100644 --- a/code/modules/industrial_lift/tram/tram_landmark.dm +++ b/code/modules/industrial_lift/tram/tram_landmark.dm @@ -61,7 +61,7 @@ GLOBAL_LIST_EMPTY(tram_landmarks) name = "DESTINATION/NOT/FOUND" specific_lift_id = IMMOVABLE_ROD_DESTINATIONS -/obj/effect/landmark/tram/nav/hilbert/research +/obj/effect/landmark/tram/nav/hilbert name = HILBERT_TRAM specific_lift_id = TRAM_NAV_BEACONS dir = WEST diff --git a/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm b/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm index 9cb2c8bf42f..5b7c8816b1d 100644 --- a/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm +++ b/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm @@ -504,10 +504,10 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) to_chat(user, "No vacated rooms.") return . -/obj/effect/landmark/lift_id/hilbert/research +/obj/effect/landmark/lift_id/hilbert specific_lift_id = HILBERT_TRAM -/obj/effect/landmark/tram/nav/hilbert/research +/obj/effect/landmark/tram/nav/hilbert name = HILBERT_TRAM specific_lift_id = TRAM_NAV_BEACONS