mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user