mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Merge pull request #11201 from PsiOmegaDelta/150927-TurfInit
Turf initialization tweaking.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user