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