Skip to content

Commit

Permalink
Update mob_hud.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 19, 2024
1 parent da9c9fb commit 79e7754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mob_hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ GLOBAL_DATUM(hud_icon_hudfocus, /image)
execute_holder.icon_state = "hudblank"
execute_holder.overlays.Cut()

if(stat == UNCONSCIOUS || HAS_TRAIT(src, TRAIT_KNOCKEDOUT))
if(stat == UNCONSCIOUS || (stat != DEAD && HAS_TRAIT(src, TRAIT_KNOCKEDOUT)))
execute_holder.overlays += image('icons/mob/hud/hud.dmi', src, "prae_tag")

// Xeno "hostile" HUD
Expand Down

0 comments on commit 79e7754

Please sign in to comment.