From 3984f85202056ac89b6a363441ea88bbf19ea022 Mon Sep 17 00:00:00 2001 From: Qustinnus Date: Thu, 17 Dec 2020 23:23:31 +0100 Subject: [PATCH] Fixes icebox gen (#55506) Adds some more rock formations on the surface of icebox. --- code/datums/mapgen/Cavegens/IcemoonCaves.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/mapgen/Cavegens/IcemoonCaves.dm b/code/datums/mapgen/Cavegens/IcemoonCaves.dm index 3e7b104c726..8e2e1d714d2 100644 --- a/code/datums/mapgen/Cavegens/IcemoonCaves.dm +++ b/code/datums/mapgen/Cavegens/IcemoonCaves.dm @@ -13,6 +13,7 @@ /datum/map_generator/cave_generator/icemoon/surface flora_spawn_chance = 4 mob_spawn_list = null - initial_closed_chance = 40 + initial_closed_chance = 53 birth_limit = 5 death_limit = 4 + smoothing_iterations = 10