Fixes pAIs being spammed with "You are too small to pull that." when being pulled

This commit is contained in:
GinjaNinja32
2015-02-09 13:32:42 +00:00
parent ec1fe5edc7
commit 503eb679cc
+2 -1
View File
@@ -432,7 +432,8 @@
step(pulling, get_dir(pulling.loc, T))
M.start_pulling(t)
if(t)
M.start_pulling(t)
else
if (pulling)
if (istype(pulling, /obj/structure/window))