This seems to be what the doctor ordered

Fixes #9849
This commit is contained in:
clusterfack
2016-05-02 13:24:47 -05:00
parent b5c7f3165a
commit 9dca406f95

View File

@@ -121,9 +121,11 @@
return 0
/turf/Enter(atom/movable/mover as mob|obj, atom/forget as mob|obj|turf|area)
if (!mover)
if(!mover)
return 1
return ..() //Nothing found to block so return success!
. = ..()
if(.)
return !density //Nothing found to block so return success!
/turf/Entered(atom/movable/A as mob|obj)
if(movement_disabled)