Merge pull request #20553 from ChangelingRain/touchdeepthewildnessinmetouchlightlythesinyoutakefrommesoirisebackunburdenedscarless

Movable atoms now call Entered() on their loc in New()
This commit is contained in:
Razharas
2016-09-24 21:29:41 +03:00
committed by GitHub
+4 -1
View File
@@ -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