mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
xenos no longer permakill dead carbon mobs by consuming them (#20952)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user