CC-zlevel flattening, Antag base refurbishment, bugfixes and more (#9686)

This commit is contained in:
fernerr
2020-08-19 10:24:25 +02:00
committed by GitHub
parent d5932b6e18
commit b9db49aded
81 changed files with 69805 additions and 65682 deletions

View File

@@ -11,13 +11,13 @@
for (var/thing in all_areas)
var/area/AR = thing
picked = null
if(!(istype(AR, /area/shuttle) || istype(AR, /area/syndicate_station) || istype(AR, /area/wizard_station)))
if(!(istype(AR, /area/shuttle) || istype(AR, /area/antag/wizard)))
picked = pick_area_turf(AR.type, list(/proc/is_station_turf))
if (picked)
teleportlocs += AR.name
teleportlocs[AR.name] = AR
if(istype(AR, /area/turret_protected/aisat) || istype(AR, /area/tdome) || istype(AR, /area/shuttle/specops/centcom))
if(istype(AR, /area/turret_protected/aisat) || istype(AR, /area/tdome) || istype(AR, /area/shuttle/specops))
ghostteleportlocs += AR.name
ghostteleportlocs[AR.name] = AR