Refactor move/click code

This commit is contained in:
Aronai Sieyes
2020-05-15 10:49:27 -04:00
parent 6571a10ad4
commit a8f3a0a7a0
40 changed files with 520 additions and 582 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
A.forceMove(target)
if(isliving(A))
var/mob/living/L = A
if(L.pulling)
if(L.pulling && !L.pulling.anchored)
L.pulling.forceMove(target)
/obj/structure/stairs/proc/upperStep(var/turf/T)