From c370a1a0fa203426ff1d60b9cf37cb4b3f3406bc Mon Sep 17 00:00:00 2001 From: zxaber <37497534+zxaber@users.noreply.github.com> Date: Sun, 23 Mar 2025 11:56:50 -0700 Subject: [PATCH] Robotact is now at the top of Borg PDA screens (#90171) ## About The Pull Request Robotact is now at the top of borg PDAs' main screen. Same as Messenger for crew PDAs. ![image](https://github.com/user-attachments/assets/8426371f-3d16-47f2-8ec3-52d7006158da) ## Why It's Good For The Game Robotact is just as important to borgs as Messenger is to carbons, so we should make it easier to find at a glance. ## Changelog :cl: qol: Cyborg PDAs' home screens now have Robotact at the top of the screen. /:cl: --- code/modules/modular_computers/file_system/programs/robotact.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/file_system/programs/robotact.dm b/code/modules/modular_computers/file_system/programs/robotact.dm index 927e09c044a..90064ee3c04 100644 --- a/code/modules/modular_computers/file_system/programs/robotact.dm +++ b/code/modules/modular_computers/file_system/programs/robotact.dm @@ -5,7 +5,7 @@ extended_desc = "A built-in app for cyborg self-management and diagnostics." ui_header = "robotact.gif" //DEBUG -- new icon before PR program_open_overlay = "command" - program_flags = NONE + program_flags = PROGRAM_HEADER undeletable = TRUE can_run_on_flags = PROGRAM_PDA size = 5