Merge pull request #11201 from PsiOmegaDelta/150927-TurfInit

Turf initialization tweaking.
This commit is contained in:
Zuhayr
2015-09-27 22:19:08 +09:30
3 changed files with 11 additions and 8 deletions
+4 -5
View File
@@ -11,11 +11,10 @@
var/list/underlay_references
var/global/overlay_map = list()
/turf/simulated/open/New()
. = ..()
spawn(1)
below = GetBelow(src)
ASSERT(HasBelow(z))
/turf/simulated/open/initialize()
..()
below = GetBelow(src)
ASSERT(HasBelow(z))
/turf/simulated/open/Entered(var/atom/movable/mover)
// only fall down in defined areas (read: areas with artificial gravitiy)