Slight adjust to this (#18630)

If we're not on a turf (slipped into something like a machine) stop slipping.
This commit is contained in:
Cameron Lennox
2025-10-14 15:35:38 -07:00
committed by GitHub
parent ed611eaad0
commit 4cc51c4ff1
+1 -1
View File
@@ -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