diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index b4dffaf8f51..e71b533d3c8 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -22,10 +22,7 @@ glide_size = 8 appearance_flags = TILE_BOUND -/atom/movable/New() - ..() - if(loc) - loc.Entered(src) + /atom/movable/Move(atom/newloc, direct = 0) if(!loc || !newloc) return 0