Update space.dm

This commit is contained in:
silicons
2020-12-27 10:53:11 -07:00
committed by GitHub
parent 3e3ca7c8a7
commit 5e269c327a
+2
View File
@@ -163,6 +163,8 @@
while (pulling != null)
var/next_pulling = pulling.pulling
if(next_pulling == pulling)
break // no loops
var/turf/T = get_step(puller.loc, turn(puller.dir, 180))
pulling.can_be_z_moved = FALSE