[MIRROR] Fixes issue with new buckle PR (#4807)

* Fixes issue with new buckle PR (#58256)

* Fixes issue with new buckle PR

Co-authored-by: Seth Scherer <supernovaa41@protonmail.com>
This commit is contained in:
SkyratBot
2021-04-11 00:19:36 +02:00
committed by GitHub
parent aaa1dfd3d0
commit 0d2fd5df5a
+1 -3
View File
@@ -108,10 +108,8 @@
if (CanPass(M, loc))
M.Move(loc)
else
if (!check_loc && M.loc != loc && src.density)
if (!check_loc && M.loc != loc)
M.forceMove(loc)
else
return FALSE
if(anchored)
ADD_TRAIT(M, TRAIT_NO_FLOATING_ANIM, BUCKLED_TRAIT)