diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index e71b533d3c8..b4dffaf8f51 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -22,7 +22,10 @@ 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