diff --git a/code/datums/components/turfslip.dm b/code/datums/components/turfslip.dm index 76f6a4e7b2..fff67336c8 100644 --- a/code/datums/components/turfslip.dm +++ b/code/datums/components/turfslip.dm @@ -45,7 +45,7 @@ SIGNAL_HANDLER // Can the mob slip? - if(QDELETED(owner) || isbelly(owner.loc)) + if(QDELETED(owner) || !isturf(owner.loc)) qdel(src) return