From f9abb6e6a7ebe2ffd71683f034308f4118d18014 Mon Sep 17 00:00:00 2001 From: Rykka Stormheart Date: Sat, 4 Mar 2023 12:18:40 -0800 Subject: [PATCH] Fixes Sensors for Skyland Sky Z above Wild Z had no sensors - this fixes that. --- maps/southern_cross/overmap/sectors.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maps/southern_cross/overmap/sectors.dm b/maps/southern_cross/overmap/sectors.dm index 2fa52d5c90..0faec43386 100644 --- a/maps/southern_cross/overmap/sectors.dm +++ b/maps/southern_cross/overmap/sectors.dm @@ -7,7 +7,7 @@ [i]Transponder[/i]: Transmitting (CIV), Vir IFF [b]Notice[/b]: The Vir government welcomes you to this world."} - map_z = list(Z_LEVEL_SURFACE, Z_LEVEL_SURFACE_MINE, Z_LEVEL_SURFACE_WILD) + map_z = list(Z_LEVEL_SURFACE, Z_LEVEL_SURFACE_MINE, Z_LEVEL_SURFACE_WILD, Z_LEVEL_SURFACE_SKYLANDS) in_space = 0 start_x = 10 start_y = 10 @@ -49,7 +49,7 @@ start_x = 10 start_y = 10 known = 1 // lets Sectors appear on shuttle navigation for easy finding. - extra_z_levels = list(Z_LEVEL_TRANSIT, Z_LEVEL_MISC,Z_LEVEL_SURFACE, Z_LEVEL_SURFACE_MINE, Z_LEVEL_SURFACE_WILD) //This should allow for comms to reach people from the station. Basically this defines all the areas of Southern Cross and the Sif local system on the overmap. + extra_z_levels = list(Z_LEVEL_TRANSIT, Z_LEVEL_MISC,Z_LEVEL_SURFACE, Z_LEVEL_SURFACE_MINE, Z_LEVEL_SURFACE_WILD, Z_LEVEL_SURFACE_SKYLANDS) //This should allow for comms to reach people from the station. Basically this defines all the areas of Southern Cross and the Sif local system on the overmap. initial_generic_waypoints = list( "d1_aux_a", "d1_aux_b",