mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Fix uplink size
This commit is contained in:
@@ -36,7 +36,7 @@ var/list/world_uplinks = list()
|
||||
datum/tgui/master_ui = null, datum/ui_state/state = inventory_state)
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "uplink", name, 400, 200, master_ui, state)
|
||||
ui = new(user, src, ui_key, "uplink", name, 350, 750, master_ui, state)
|
||||
ui.set_style("syndicate")
|
||||
ui.open()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user