This commit is contained in:
kevinz000
2020-02-19 07:49:05 -07:00
parent 4a537d770d
commit 34fbcd1dc0
9 changed files with 39 additions and 18 deletions

View File

@@ -639,7 +639,7 @@
/atom/movable/CanPass(atom/movable/mover, turf/target)
if(mover in buckled_mobs)
return 1
return TRUE
return ..()
// called when this atom is removed from a storage item, which is passed on as S. The loc variable is already set to the new destination before this is called.