Label floors nicer in turbolift

This commit is contained in:
Arokha Sieyes
2017-05-18 20:23:45 -04:00
parent 650ad7f789
commit d19b719828
2 changed files with 20 additions and 20 deletions

View File

@@ -123,7 +123,7 @@
dat += "<a href='?src=\ref[src];emergency_stop=1'>Emergency Stop</a>"
dat += "<hr></body></html>"
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

View File

@@ -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."