mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fix some runtimes (#2755)
This commit is contained in:
@@ -114,7 +114,11 @@
|
||||
*/
|
||||
/turf/simulated/open/proc/update()
|
||||
below = GetBelow(src)
|
||||
below.above = src
|
||||
|
||||
// Edge case for when an open turf is above space on the lowest level.
|
||||
if (below)
|
||||
below.above = src
|
||||
|
||||
levelupdate()
|
||||
for (var/atom/movable/A in src)
|
||||
ADD_FALLING_ATOM(A)
|
||||
|
||||
Reference in New Issue
Block a user