mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixes pulling mob when trying to strip them.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user