Skip to content

Commit

Permalink
yeah (#11320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Aug 15, 2024
1 parent 2156682 commit 5a54370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/buckling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
return FALSE

// If we're checking the loc, make sure the target is on the thing we're bucking them to.
if(check_loc && target.loc != loc)
if(check_loc && !target.Adjacent(src))
return FALSE

// Make sure the target isn't already buckled to something.
Expand Down

0 comments on commit 5a54370

Please sign in to comment.