Ok Cave system generation breaks everything, removing

This commit is contained in:
KT
2021-11-11 23:52:10 -05:00
parent 4f059b0073
commit 8bc6e84740

View File

@@ -217,7 +217,6 @@
/datum/map_template/tether_lateload/away_class_d/on_map_loaded(z)
. = ..()
seed_submaps(list(z), 200, /area/poi_d/unexplored, /datum/map_template/submap/level_specific/class_d)
new /datum/random_map/automata/cave_system/no_cracks(null, 3, 3, z, world.maxx - 4, world.maxy - 4)
new /datum/random_map/noise/ore/class_d(null, 1, 1, z, 64, 64)
/datum/map_z_level/tether_lateload/away_class_d