mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Overmap exoplanet generation, ported from Bay. (#12362)
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
/proc/GetConnectedZlevels(z)
|
||||
. = list(z)
|
||||
for(var/level = z, HAS_BELOW(level), level--)
|
||||
. += level-1
|
||||
. |= level-1
|
||||
for(var/level = z, HAS_ABOVE(level), level++)
|
||||
. += level+1
|
||||
. |= level+1
|
||||
|
||||
/proc/AreConnectedZLevels(var/zA, var/zB)
|
||||
if (zA == zB)
|
||||
|
||||
Reference in New Issue
Block a user