diff --git a/code/modules/mob/living/carbon/carbon_life.dm b/code/modules/mob/living/carbon/carbon_life.dm index b7e52cb137e..e991281fb7f 100644 --- a/code/modules/mob/living/carbon/carbon_life.dm +++ b/code/modules/mob/living/carbon/carbon_life.dm @@ -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