mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user