Fixes pulling mob when trying to strip them.

This commit is contained in:
phil235
2016-03-17 23:38:32 +01:00
parent e63b0bca1a
commit cf07f46b33
+3 -2
View File
@@ -23,8 +23,9 @@
/atom/movable/MouseDrop_T(mob/living/M, mob/living/user)
. = ..()
if(istype(M) && user_buckle_mob(M, user))
return 1
if(can_buckle && istype(M))
if(user_buckle_mob(M, user))
return 1
//Cleanup