Skip to content

Commit

Permalink
let's make sure the dead stay dead, yeah? whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed Jun 5, 2024
1 parent 379add2 commit 23941a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ GLOBAL_VAR_INIT(ssd_indicator_overlay, mutable_appearance('icons/mob/ssd_indicat
if(state == ssd_indicator)
return
ssd_indicator = state
if(ssd_indicator)
if(ssd_indicator && stat != DEAD)
add_overlay(GLOB.ssd_indicator_overlay)
else
cut_overlay(GLOB.ssd_indicator_overlay)
Expand Down

0 comments on commit 23941a9

Please sign in to comment.