[MIRROR] Fixes lighting hard deleting (#2760)

* Fixes lighting hard deleting (#30684)

* Fixes lighting hard deleting
This commit is contained in:
CitadelStationBot
2017-09-14 06:44:17 -05:00
committed by Poojawa
parent 9e3a1a4a0b
commit 82861d208b
3 changed files with 22 additions and 18 deletions
+2 -2
View File
@@ -64,8 +64,8 @@
_y = min
var/turf/T = locate(_x, _y, _z)
AM.loc = T
AM.newtonian_move(dir)
AM.forceMove(T)
/turf/open/space/transit/CanBuildHere()
return SSshuttle.is_in_shuttle_bounds(src)