From f6cc0ed9fadf2092672d6717ee4b2b42a0376bce Mon Sep 17 00:00:00 2001 From: Morrow Date: Sun, 22 Oct 2023 01:22:38 -0400 Subject: [PATCH] buffs PltCo icon --- code/datums/factions/uscm.dm | 2 +- code/modules/gear_presets/uscm_ship.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/factions/uscm.dm b/code/datums/factions/uscm.dm index 654af406d4..0e5ec8d8ab 100644 --- a/code/datums/factions/uscm.dm +++ b/code/datums/factions/uscm.dm @@ -75,7 +75,7 @@ marine_rk = "co" border_rk = "command" if(JOB_SO) - marine_rk = "so" + marine_rk = "aso" //buffed by PvE CM border_rk = "command" if(JOB_AUXILIARY_OFFICER) marine_rk = "aso" diff --git a/code/modules/gear_presets/uscm_ship.dm b/code/modules/gear_presets/uscm_ship.dm index de6f3a1cd7..834d0b135d 100644 --- a/code/modules/gear_presets/uscm_ship.dm +++ b/code/modules/gear_presets/uscm_ship.dm @@ -547,7 +547,7 @@ minimum_age = 25 skills = /datum/skills/SO - minimap_icon = list("cic" = MINIMAP_ICON_COLOR_BRONZE) + minimap_icon = list("cic" = MINIMAP_ICON_COLOR_SILVER) minimap_background = MINIMAP_ICON_BACKGROUND_CIC /datum/equipment_preset/uscm_ship/so/New()