Fixes APC and makes sleeper work again

This commit is contained in:
Artur
2020-05-22 16:44:21 +03:00
parent 22797eb47d
commit ff57c5a294
3 changed files with 64 additions and 54 deletions
+1 -1
View File
@@ -854,7 +854,7 @@
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
if(!ui)
ui = new(user, src, ui_key, "Apc", name, 450, 460, master_ui, state)
ui = new(user, src, ui_key, "Apc", name, 480, 460, master_ui, state)
ui.open()
/obj/machinery/power/apc/ui_data(mob/user)