Fixes the Hilbert's research tram (#78035)

## About The Pull Request

Corrects the specific_tram_id helper for the Hilbert's Research to use
the hilbert tram ID. I've also dropped the `.../hilbert/research`
(tram-specific) paths in favor of simply `.../hilbert`

## Why It's Good For The Game

Fixes the Hilbert Hotel Research ruin's tram, and also stops the
malfunctioning tram event from being able to use that tram to start. (No
more trams going haywire on maps without trams!)

Closes #78018 

## Changelog
🆑
fix: Hilbert's Hotel Research ruin now has a functioning tram. As a side
effect, the malfunctioning tram event should now only fire on maps with
a tram!
/🆑
This commit is contained in:
Shadow-Quill
2023-09-01 07:03:50 -05:00
committed by GitHub
parent c9dc51ddb8
commit 245ce7aba8
3 changed files with 4 additions and 4 deletions
@@ -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