Merge pull request #3806 from Citadel-Station-13/upstream-merge-32381

[MIRROR] Restores buckling sanity.
This commit is contained in:
LetterJay
2017-11-04 22:53:54 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
/atom/movable/MouseDrop_T(mob/living/M, mob/living/user)
. = ..()
if(can_buckle && istype(M))
if(can_buckle && istype(M) && istype(user))
if(user_buckle_mob(M, user))
return 1