From b74391d4db5753a1f32b9a9e6388301ed50e2da7 Mon Sep 17 00:00:00 2001 From: Doubleumc Date: Fri, 13 Sep 2024 03:49:08 -0400 Subject: [PATCH] fix forecon was getting redefined by PvP's forecon ERT --- code/game/jobs/job/marine/squads.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/game/jobs/job/marine/squads.dm b/code/game/jobs/job/marine/squads.dm index 8fe1886c17..230c3df1d7 100644 --- a/code/game/jobs/job/marine/squads.dm +++ b/code/game/jobs/job/marine/squads.dm @@ -251,17 +251,6 @@ roundstart = FALSE locked = TRUE -/datum/squad/marine/forecon - name = SQUAD_FORECON - equipment_color = "#32CD32" - chat_color = "#32CD32" - radio_freq = FORECON_FREQ - minimap_color = "#32CD32" - - active = FALSE - roundstart = FALSE - locked = TRUE - /datum/squad/marine/solardevils name = SQUAD_SOLAR equipment_color = "#5a2c2c"