Merge pull request #6324 from Citadel-Station-13/upstream-merge-37059

[MIRROR] Makes spacemove check location.
This commit is contained in:
LetterJay
2018-04-09 16:38:57 -05:00
committed by GitHub
+3
View File
@@ -381,6 +381,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