diff --git a/maps/tether/submaps/_tether_submaps.dm b/maps/tether/submaps/_tether_submaps.dm index 762e3e187a..c5fe89275d 100644 --- a/maps/tether/submaps/_tether_submaps.dm +++ b/maps/tether/submaps/_tether_submaps.dm @@ -39,9 +39,9 @@ /datum/map_template/tether_lateload/tether_underdark/on_map_loaded(z) . = ..() + seed_submaps(list(z), 100, /area/mine/unexplored/underdark, /datum/map_template/underdark) new /datum/random_map/automata/cave_system/no_cracks(null, 1, 1, z, world.maxx, world.maxy) // Create the mining Z-level. new /datum/random_map/noise/ore(null, 1, 1, z, 64, 64) // Create the mining ore distribution map. - seed_submaps(list(z), 100, /area/mine/unexplored/underdark, /datum/map_template/underdark) ////////////////////////////////////////////////////////////////////////////// /// Away Missions