Skip to content

Commit

Permalink
suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrill authored and Wrill committed Feb 14, 2025
1 parent bb817c8 commit b00e9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/movement/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
to_chat(mob, "<span class='notice'>You're pinned down by \a [mob.pinned[1]]!</span>")
return MOVEMENT_STOP

for(var/G in mob.grabbed_by)
if(mob.grabbed_by.len)
return MOVEMENT_STOP
/* TODO: Bay grab system
if(G.stop_move())
Expand Down

0 comments on commit b00e9bc

Please sign in to comment.