makes things thrown out of shuttles carry the proper physical momentum when exiting transit areas

This commit is contained in:
deathride58
2019-02-21 01:45:26 -05:00
parent 5d9e3e0092
commit 624671bca4
+2
View File
@@ -91,6 +91,8 @@
var/turf/T = locate(_x, _y, _z)
AM.forceMove(T)
var/turf/throwturf = get_ranged_target_turf(T, dir, 10)
AM.safe_throw_at(throwturf, 10, 4, null, FALSE)
/turf/open/space/transit/CanBuildHere()