Skip to content

Commit

Permalink
Fixes the USCM observer icon (#6377)
Browse files Browse the repository at this point in the history
# About the pull request

As title, I forgot to actually give the goddamn role it's icon.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Fixed the USCM Observer icon not displaying. Forest dumb.
/:cl:
  • Loading branch information
realforest2001 authored Jun 8, 2024
1 parent 91dce3b commit 57fbdf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/factions/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
if(JOB_CO)
marine_rk = "co"
border_rk = "command"
if(JOB_USCM_OBSV)
marine_rk = "vo"
border_rk = "command"
if(JOB_SO)
marine_rk = "so"
border_rk = "command"
Expand Down

0 comments on commit 57fbdf1

Please sign in to comment.