Port/Starboard maints labeling (#21052)

Reassigns some maintenance areas that had been incorrectly placed
port/starboard.
This commit is contained in:
Batrachophreno
2025-07-26 00:04:24 +00:00
committed by GitHub
parent 4f0e20b0dd
commit 251bf77979
3 changed files with 2241 additions and 2169 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ GLOBAL_LIST_EMPTY(gps_list)
/obj/item/device/gps/ui_interact(mob/user, var/datum/tgui/ui)
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
ui = new(user, src, "GPS", capitalize_first_letters(name), 720, 960)
ui = new(user, src, "GPS", capitalize_first_letters(name), 550, 650)
ui.open()
/obj/item/device/gps/process()