Update code/game/objects/buckling.dm

Co-Authored-By: Rohesie <rohesie@gmail.com>
This commit is contained in:
ATH1909
2020-03-18 19:42:17 -05:00
committed by GitHub
parent cc9c7f9e57
commit 08faf069fc
+1 -1
View File
@@ -32,7 +32,7 @@
return TRUE
else
if(user_unbuckle_mob(buckled_mobs[1],user))
return 1
return TRUE
/atom/movable/MouseDrop_T(mob/living/M, mob/living/user)
. = ..()