Skip to content

Commit

Permalink
Update movement.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine authored Jul 7, 2024
1 parent 8d6a217 commit 2f1ac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/movement/movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
destination.Entered(src, oldloc)
if(destarea && (old_area != destarea || !isturf(oldloc)))
destarea.Entered(src, oldloc)
if(!(SEND_SIGNAL(src, COMSIG_MOVABLE_PRE_CROSSED) & COMPONENT_IGNORE_CROSS))
if(!(SEND_SIGNAL(src, COMSIG_MOVABLE_FORCEMOVE_PRE_CROSSED) & COMPONENT_IGNORE_CROSS))
for(var/atom/movable/AM in destination)
if(AM == src)
continue
Expand Down

0 comments on commit 2f1ac2d

Please sign in to comment.