This commit is contained in:
Ty-Omaha
2018-10-27 23:30:01 -04:00
parent 7ee24c7799
commit 06424c8276
+1 -1
View File
@@ -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)