Merge pull request #13889 from Citadel-Station-13/silicons-patch-49

adds recursive pulling check to space transitions
This commit is contained in:
DeltaFire
2020-12-28 17:39:59 +01:00
committed by GitHub
+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