Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCamIII committed Sep 26, 2023
1 parent 9cc9be8 commit d121601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/datums/factions/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
if(JOB_UPP_SRLT_OFFICER)
hud_icon_state = "slt"
if(JOB_UPP_KPT_OFFICER)
hud_icon_state = "may"
hud_icon_state = "xo"
if(JOB_UPP_MAY_OFFICER)
hud_icon_state = "kol"
hud_icon_state = "co"
if(JOB_UPP_LTKOL_OFFICER)
hud_icon_state = "kol"
hud_icon_state = "co"
if(JOB_UPP_KOL_OFFICER)
hud_icon_state = "kol"
hud_icon_state = "co"
if(JOB_UPP_MAY_GENERAL)
hud_icon_state = "kol"
hud_icon_state = "co"
if(JOB_UPP_LT_GENERAL)
hud_icon_state = "kol"
hud_icon_state = "co"
if(JOB_UPP_GENERAL)
hud_icon_state = "kol"
hud_icon_state = "co"
if(JOB_UPP_COMBAT_SYNTH)
hud_icon_state = "synth"
if(JOB_UPP_COMMANDO)
Expand Down
Binary file modified icons/mob/hud/marine_hud.dmi
Binary file not shown.

0 comments on commit d121601

Please sign in to comment.