Skip to content

Commit

Permalink
+50
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Dec 11, 2023
1 parent 25d70da commit 027a49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/shuttles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ SUBSYSTEM_DEF(shuttle)
/datum/controller/subsystem/shuttle/tgui_interact(mob/user, datum/tgui/ui)
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
ui = new(user, src, "ShuttleManipulator", name, 800, 600)
ui = new(user, src, "ShuttleManipulator", name, 850, 600)
ui.open()


Expand Down

0 comments on commit 027a49b

Please sign in to comment.