Fixes an issue with fake death (#22791)

* bam

* comment
This commit is contained in:
Contrabang
2023-10-12 10:40:17 -04:00
committed by GitHub
parent 42fb26fb8a
commit 472d7ec6f2

View File

@@ -4,7 +4,8 @@
if(!.)
return FALSE
if(!gibbed)
if(!gibbed && !HAS_TRAIT(src, TRAIT_FAKEDEATH))
// We dont want people who have fake death to have the status effect applied a second time when they actually die
apply_status_effect(STATUS_EFFECT_REVIVABLE)
if(reagents)