Space level unsealing

This commit is contained in:
Cyantime
2020-08-28 14:19:38 -04:00
parent 28c19ee066
commit 3c3bdb2a6c
5 changed files with 6 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
[b]Notice[/b]: Planetary environment not suitable for life. Landing may be hazardous."}
icon_state = "globe"
color = "#dfff3f" //Bright yellow
in_space = 0
initial_generic_waypoints = list("aerostat_west","aerostat_east","aerostat_south","aerostat_northwest","aerostat_northeast")
extra_z_levels = list(Z_LEVEL_AEROSTAT_SURFACE)

View File

@@ -9,6 +9,7 @@
[b]Notice[/b]: Request authorization from planetary authorities before attempting to construct settlements"}
icon_state = "globe"
color = "#ffd300" //Sandy
in_space = 0
initial_generic_waypoints = list("beach_e", "beach_c", "beach_nw")
extra_z_levels = list(Z_LEVEL_BEACH_CAVE)

View File

@@ -1,5 +1,6 @@
/obj/effect/overmap/visitable/sector/tether_gateway/snowoutpost
initial_generic_waypoints = list("tether_excursion_snow_outpost")
in_space = 0
scanner_name = "Snowy Outpost"
scanner_desc = @{"[i]Stellar Body[/i]>: UNKNOWN
[i]Class[/i]>: M-Class Planetoid

View File

@@ -1,5 +1,6 @@
/obj/effect/overmap/visitable/sector/tether_gateway/snowfield
initial_generic_waypoints = list("tether_excursion_snowfield")
in_space = 0
scanner_name = "Snowy Field"
scanner_desc = @{"[i]Stellar Body[/i]: UNKNOWN
[i]Class[/i]: M-Class Planetoid

View File

@@ -25,7 +25,7 @@
/datum/map_z_level/tether_lateload/underdark
name = "Underdark"
flags = MAP_LEVEL_CONTACT|MAP_LEVEL_PLAYER
flags = MAP_LEVEL_CONTACT|MAP_LEVEL_PLAYER|MAP_LEVEL_SEALED
base_turf = /turf/simulated/mineral/floor/virgo3b
z = Z_LEVEL_UNDERDARK
@@ -44,7 +44,7 @@
/datum/map_z_level/tether_lateload/tether_plains
name = "Away Mission - Plains"
flags = MAP_LEVEL_CONTACT|MAP_LEVEL_PLAYER
flags = MAP_LEVEL_CONTACT|MAP_LEVEL_PLAYER|MAP_LEVEL_SEALED
base_turf = /turf/simulated/mineral/floor/virgo3b
z = Z_LEVEL_PLAINS
@@ -358,7 +358,6 @@
/datum/map_z_level/tether_lateload
z = 0
flags = MAP_LEVEL_SEALED
/datum/map_z_level/tether_lateload/New(var/datum/map/map, mapZ)
if(mapZ && !z)