mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Fixes mantraps eating when dead (#17327)
Fixed mantraps voring people who step on them when they're dead.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user