mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Slipfix (#11820)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a5d02b08c7
commit
e6026c660d
@@ -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