Makes spacemove check location.

This commit is contained in:
AnturK
2018-04-09 11:05:09 -05:00
committed by KorPhaeron
parent 0821a16f0b
commit e46e4b9af7
+3
View File
@@ -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