From d19b71982872855d35c2b1936d4ab6d6d942b64a Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 18 May 2017 20:23:45 -0400 Subject: [PATCH] Label floors nicer in turbolift --- code/modules/turbolift/turbolift_console.dm | 2 +- maps/tether/tether_areas.dm | 38 ++++++++++----------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/code/modules/turbolift/turbolift_console.dm b/code/modules/turbolift/turbolift_console.dm index f661951681..d86c86bdd5 100644 --- a/code/modules/turbolift/turbolift_console.dm +++ b/code/modules/turbolift/turbolift_console.dm @@ -123,7 +123,7 @@ dat += "Emergency Stop" dat += "
" - var/datum/browser/popup = new(user, "turbolift_panel", "Lift Panel", 250, 320) + var/datum/browser/popup = new(user, "turbolift_panel", "Lift Panel", 350, 320) //VOREStation Edit - Wider! popup.set_content(jointext(dat, null)) popup.open() return diff --git a/maps/tether/tether_areas.dm b/maps/tether/tether_areas.dm index 2c46758292..414ddc3e1d 100644 --- a/maps/tether/tether_areas.dm +++ b/maps/tether/tether_areas.dm @@ -28,43 +28,43 @@ /area/turbolift/tether/transit name = "tether (midway)" - lift_floor_label = "Midpoint" + lift_floor_label = "Tether Midpoint" lift_floor_name = "Midpoint" lift_announce_str = "Arriving at tether midway point." delay_time = 5 SECONDS /area/turbolift/t_surface/level1 - name = "base (level 1)" - lift_floor_label = "B-Level 1" - lift_floor_name = "Tram,Mine" + name = "surface (level 1)" + lift_floor_label = "Surface 1" + lift_floor_name = "Tram, Mining, Moon EVA" lift_announce_str = "Arriving at Base Level 1." /area/turbolift/t_surface/level2 - name = "base (level 2)" - lift_floor_label = "B-Level 2" - lift_floor_name = "Maint" + name = "surface (level 2)" + lift_floor_label = "Surface 2" + lift_floor_name = "Atmos, Maintenance" lift_announce_str = "Arriving at Base Level 2." /area/turbolift/t_surface/level3 - name = "base (level 3)" - lift_floor_label = "B-Level 3" - lift_floor_name = "R&D,Civ" + name = "surface (level 3)" + lift_floor_label = "Surface 3" + lift_floor_name = "Science, Bar, Pool" lift_announce_str = "Arriving at Base Level 3." /area/turbolift/t_station/level1 - name = "station (level 1)" - lift_floor_label = "S-Level 1" - lift_floor_name = "Eng,Com,Civ" + name = "asteroid (level 1)" + lift_floor_label = "Asteroid 1" + lift_floor_name = "Eng, Bridge, Dorms, Cryo" lift_announce_str = "Arriving at Station Level 1." /area/turbolift/t_station/level2 - name = "station (level 2)" - lift_floor_label = "S-Level 2" - lift_floor_name = "Maint" + name = "asteroid (level 2)" + lift_floor_label = "Asteroid 2" + lift_floor_name = "Chapel, AI Core, EVA Gear" lift_announce_str = "Arriving at Station Level 2." /area/turbolift/t_station/level3 - name = "station (level 3)" - lift_floor_label = "S-Level 3" - lift_floor_name = "Med,Sec" + name = "asteroid (level 3)" + lift_floor_label = "Asteroid 3" + lift_floor_name = "Medical, Security, Cargo" lift_announce_str = "Arriving at Station Level 3."