Tramstation Fixes (#61781)

* fixed directional signs, added maint loot spawns to cargo crates

* forgot the duped stuff lmao

* landmark changes

* atmos pipes removed

* botany disposal pipe
This commit is contained in:
MMMiracles
2021-10-01 14:32:25 -07:00
committed by GitHub
parent 0f469b7f34
commit 89a50a2c6e
2 changed files with 134 additions and 64 deletions
@@ -560,12 +560,12 @@ GLOBAL_LIST_EMPTY(tram_landmarks)
/obj/effect/landmark/tram/left_part
name = "West Wing"
destination_id = "left_part"
tgui_icons = list("Arrivals" = "plane-arrival", "Service" = "cocktail")
tgui_icons = list("Arrivals" = "plane-arrival", "Command" = "bullhorn", "Security" = "gavel")
/obj/effect/landmark/tram/middle_part
name = "Central Wing"
destination_id = "middle_part"
tgui_icons = list("Command" = "bullhorn", "Security" = "gavel", "Medical" = "plus", "Engineering" = "wrench")
tgui_icons = list("Service" = "cocktail", "Medical" = "plus", "Engineering" = "wrench")
/obj/effect/landmark/tram/right_part
name = "East Wing"