Added comment

This commit is contained in:
adrermail@gmail.com
2023-06-17 16:51:39 +02:00
parent f93f0519e5
commit 90cd7a6e78
+1 -1
View File
@@ -338,7 +338,7 @@
if(C.pulling)
var/atom/movable/pulled = C.pulling
var/turf/turf_behind = get_turf(get_step(T, turn(C.dir, 180)))
if(!pulled.anchored)
if(!pulled.anchored) //Item may have been anchored while pulling, and pulling state isn't updated until you move away, so we double check.
pulled.forceMove(turf_behind)
. = pulled