Rewrite heaters/freezers; port to tgui

They are now one type, thermomachine.
This commit is contained in:
Bjorn Neergaard
2016-01-22 19:25:35 -06:00
parent 442d286417
commit 4c192d705a
21 changed files with 274 additions and 433 deletions
@@ -110,7 +110,7 @@
datum/tgui/master_ui = null, datum/ui_state/state = hands_state)
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
if(!ui)
ui = new(user, src, ui_key, "tanks", name, 405, 200, master_ui, state)
ui = new(user, src, ui_key, "tanks", name, 420, 200, master_ui, state)
ui.open()
/obj/item/weapon/tank/get_ui_data()