Skip to content

Commit

Permalink
fix throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Mar 3, 2025
1 parent d7f60e4 commit 65df4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,8 @@
SET_ACTIVE_MOVEMENT(oldloc, direction, FALSE, list()) //This is different from TG because we don't have multitile movement (yet)
loc = newloc

. = TRUE

oldloc.Exited(src, direction)
if(oldarea != newarea)
oldarea.Exited(src, direction)
Expand Down

0 comments on commit 65df4a2

Please sign in to comment.