mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-05 22:00:18 +00:00
Seed submaps first in underdark
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user