Skip to content

Commit

Permalink
buffs PltCo icon
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 22, 2023
1 parent 76f0791 commit f6cc0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/factions/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f6cc0ed

Please sign in to comment.