diff --git a/code/modules/mob/pulling.dm b/code/modules/mob/pulling.dm index e15bd9930e8..f5cb9eecbe2 100644 --- a/code/modules/mob/pulling.dm +++ b/code/modules/mob/pulling.dm @@ -5,7 +5,7 @@ return if(!AM || !isturf(AM.loc)) //if there's no object or the object being pulled is inside something: abort! return - if(!incapacitated()) + if(incapacitated()) return if(!(AM.anchored)) AM.add_fingerprint(src)