From e379352057a8ecd82c4922ab89d83ee40a6b3827 Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Fri, 22 Sep 2023 20:29:07 -0400 Subject: [PATCH] Fixes intel squad "Unauthorized access detected" (#4457) # About the pull request Fixes intel squad "Unauthorized access detected" pop up that occurs when trying to use the squad HUD # Explain why it's good for the game bug bad # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow fix: Fixed intel squad "Unauthorized access detected" /:cl: --- code/game/jobs/job/marine/squads.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/marine/squads.dm b/code/game/jobs/job/marine/squads.dm index bdc903fdd47d..8a2fd5a15459 100644 --- a/code/game/jobs/job/marine/squads.dm +++ b/code/game/jobs/job/marine/squads.dm @@ -185,7 +185,7 @@ use_stripe_overlay = FALSE equipment_color = "#053818" minimap_color = MINIMAP_SQUAD_INTEL - radio_freq = null + radio_freq = PUB_FREQ roundstart = FALSE prepend_squad_name_to_assignment = FALSE