mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Fixes some runtimes (hopefully)
This commit is contained in:
@@ -419,7 +419,7 @@
|
||||
return
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
ui = new(user, src, "PortableTurret", name, 500, 400)
|
||||
ui = new(user, src, "PortableTurret", name, ui_x = 500, ui_y = 400)
|
||||
ui.open()
|
||||
|
||||
/obj/machinery/porta_turret/tgui_data(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user