xenos no longer permakill dead carbon mobs by consuming them (#20952)

This commit is contained in:
GDN
2023-05-10 14:10:13 -05:00
committed by GitHub
parent 376858d908
commit 53cf9765bc
@@ -242,7 +242,7 @@
LAZYREMOVE(stomach_contents, M)
continue
if(stat != DEAD)
if(M.stat == DEAD)
if(M.stat == DEAD && !iscarbon(M))
LAZYREMOVE(stomach_contents, M)
qdel(M)
continue