Spacemove Fixup

This commit is contained in:
Fox-McCloud
2015-09-26 02:36:44 -04:00
parent 059a44a969
commit d57d42e8dd
2 changed files with 9 additions and 12 deletions
+2 -2
View File
@@ -80,10 +80,10 @@
last_move = 0
return
last_move = direct
src.move_speed = world.timeofday - src.l_move_time
src.l_move_time = world.timeofday
last_move = direct
spawn(5) // Causes space drifting. /tg/station has no concept of speed, we just use 5
@@ -154,7 +154,7 @@
if(pulledby)
return 1
if(locate(/obj/structure/lattice) in orange(1, get_turf(src))) //Not realistic but makes pushing things in space easier
if(locate(/obj/structure/lattice) in range(1, get_turf(src))) //Not realistic but makes pushing things in space easier
return 1
return 0