Skip to content

Commit

Permalink
mapgen preset tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Atermonera committed Jan 25, 2025
1 parent 2124c24 commit 0275531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions maps/exodus/exodus_define.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0275531

Please sign in to comment.