mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Multi-z fixes.
This commit is contained in:
@@ -61,8 +61,7 @@
|
||||
opacity = 0
|
||||
anchored = 1
|
||||
|
||||
New()
|
||||
. = ..()
|
||||
initialize()
|
||||
for(var/turf/turf in locs)
|
||||
var/turf/simulated/open/above = GetAbove(turf)
|
||||
if(!above)
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
|
||||
/turf/simulated/open/New()
|
||||
. = ..()
|
||||
ASSERT(HasBelow(z))
|
||||
below = GetBelow(src)
|
||||
spawn(1)
|
||||
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