Skip to content

Commit

Permalink
ffff
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed May 10, 2024
1 parent 772d2f3 commit d9a8434
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/datums/mob_hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, list(
holder3.color = null
holder4.color = null

holder2.alpha = alpha
holder3.alpha = alpha

holder4.icon_state = "hudblank"

if(species && species.flags & IS_SYNTHETIC)
Expand Down Expand Up @@ -425,9 +428,7 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, list(
if(stat == DEAD || status_flags & FAKEDEATH)
holder2.alpha = 100
holder3.alpha = 100
else
holder2.alpha = 255
holder3.alpha = 255

if(status_flags & CORRUPTED_ALLY)
holder4.color = "#80ff80"
holder4.icon_state = "hudalien_ally"
Expand Down

0 comments on commit d9a8434

Please sign in to comment.