Revert "Movable atoms now call Entered() on their loc in New()"

This commit is contained in:
oranges
2016-09-29 10:24:17 +13:00
committed by GitHub
parent 10d63893ac
commit 2f7bf7e8ee
+1 -4
View File
@@ -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