diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index 71c4b71786f..c5b68d9ddaf 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -383,6 +383,9 @@ if(throwing) return 1 + + if(!isturf(loc)) + return 1 if(locate(/obj/structure/lattice) in range(1, get_turf(src))) //Not realistic but makes pushing things in space easier return 1