[MIRROR] Fixes mantraps eating when dead (#10389)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-13 16:14:54 +01:00
committed by GitHub
co-authored by SatinIsle
parent 1af0ae4463
commit 100068d00f
@@ -72,6 +72,8 @@
/mob/living/simple_mob/vore/mantrap/Crossed(var/atom/movable/AM) // Transplanting this from /mob/living/carbon/human/Crossed()
if(AM == src || AM.is_incorporeal()) // We're not going to run over ourselves or ghosts
return
if(src.stat)
return
if(isliving(AM))
var/mob/living/L = AM
if(L in eaten_mobs)