2025-11-26 04:04:08

This commit is contained in:
actions[bot]
2025-11-26 04:04:08 +00:00
parent 7efb09feeb
commit e9b13ff748
13 changed files with 2961 additions and 771 deletions

View File

@@ -515,9 +515,21 @@ makeup_starting_techs = {
set_technology = {
dry_dock = 1
heavy_crane = 1
repair_ship = 1
hospital_ship = 1
popup = no
}
if = {
limit = { has_dlc = "No Compromise, No Surrender" }
set_technology = {
support_fleet_ncns = 1
popup = no
}
}
else = {
set_technology = {
support_fleet = 1
popup = no
}
}
}
}