tgui-next: Tank, spaceheater and some touchups (#47887)

* Tank + spaceheater + touchups

* Mint update
This commit is contained in:
skoglol
2019-11-21 02:25:40 -08:00
committed by Rob Bailey
parent 9d9a1c450c
commit f87db2b114
8 changed files with 195 additions and 17 deletions
+1 -1
View File
@@ -144,7 +144,7 @@
datum/tgui/master_ui = null, datum/ui_state/state = GLOB.hands_state)
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
if(!ui)
ui = new(user, src, ui_key, "tanks", name, 420, 200, master_ui, state)
ui = new(user, src, ui_key, "tanks", name, 400, 120, master_ui, state)
ui.open()
/obj/item/tank/ui_data(mob/user)