diff --git a/code/modules/maps/template_types/random_exoplanet/random_planet.dm b/code/modules/maps/template_types/random_exoplanet/random_planet.dm index d19a9ee7625..f5c9d2824ce 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_planet.dm +++ b/code/modules/maps/template_types/random_exoplanet/random_planet.dm @@ -45,8 +45,8 @@ var/template_tags_whitelist ///Bit flag of the ruin tags that may never be picked for this planet. var/template_tags_blacklist - ///Maximume amount of subtemplates/ruins/sites that may be picked and spawned on the planet. - var/subtemplate_budget = 4 + ///Maximum amount of subtemplates/ruins/sites that may be picked and spawned on the planet. + var/subtemplate_budget = 8 ///Ruin sites map template category to use for creating ruins on this planet. var/template_category = MAP_TEMPLATE_CATEGORY_PLANET_SITE diff --git a/maps/exodus/exodus_define.dm b/maps/exodus/exodus_define.dm index 0cdfc436956..49bbd16055d 100644 --- a/maps/exodus/exodus_define.dm +++ b/maps/exodus/exodus_define.dm @@ -15,8 +15,8 @@ default_law_type = /datum/ai_laws/nanotrasen overmap_ids = list(OVERMAP_ID_SPACE) - num_exoplanets = 3 - away_site_budget = 3 + num_exoplanets = 4 + away_site_budget = 2 lobby_screens = list( 'maps/exodus/lobby/exodus.png'