Thrown Object Spinning

This commit is contained in:
Fox-McCloud
2015-03-24 01:16:50 -04:00
parent a45c9b987d
commit 29767f82e9
+1
View File
@@ -161,6 +161,7 @@
src.thrower = thrower
src.throw_source = get_turf(src) //store the origin turf
SpinAnimation(5, 1)
var/dist_x = abs(target.x - src.x)
var/dist_y = abs(target.y - src.y)