temporarily soulless bodies dont appear as soulless on medhud (#83067)

## About The Pull Request

temporarily soulless bodies dont appear as soulless on medhud

like if you were playing deathmatch or something

## Why It's Good For The Game

getting revived is good

## Changelog
🆑
qol: temporarily soulless (deathmatch, etc) bodies dont appear as
soulless on medhud
/🆑
This commit is contained in:
jimmyl
2024-05-07 00:41:19 +00:00
committed by SkyratBot
parent 2d63365515
commit 5a4ef25fc5
+1 -1
View File
@@ -207,7 +207,7 @@ Medical HUD! Basic mode needs suit sensors on.
if(HAS_TRAIT(src, TRAIT_XENO_HOST))
holder.icon_state = "hudxeno"
else if(stat == DEAD || (HAS_TRAIT(src, TRAIT_FAKEDEATH)))
if(can_defib_client())
if(HAS_TRAIT(src, TRAIT_MIND_TEMPORARILY_GONE) || can_defib_client())
holder.icon_state = "huddefib"
else
holder.icon_state = "huddead"