mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user