Skip to content

Commit

Permalink
Disabled arcology project for asteroid habitats
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Glazyrin committed Jul 17, 2022
1 parent 67812c8 commit 24ef02a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions common/decisions/zz_evolved_pdhab_arcology_habitat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,9 @@ decision_tec_pdplanethab_arcology_project_militarized = {

potential = {
uses_district_set = pdplanethab
NOT = {
NOR = {
is_planet_class = pc_pd_gas_giant_hab
is_planet_class = pc_pd_asteroid_hab
}
has_planet_flag = tec_arcology_habitat
has_planet_flag = tec_industrial_habitat
Expand Down Expand Up @@ -586,8 +587,9 @@ decision_tec_pdplanethab_arcology_project_admin = {

potential = {
uses_district_set = pdplanethab
NOT = {
NOR = {
is_planet_class = pc_pd_gas_giant_hab
is_planet_class = pc_pd_asteroid_hab
}
has_planet_flag = tec_arcology_habitat
OR = {
Expand Down Expand Up @@ -724,8 +726,9 @@ decision_tec_pdplanethab_arcology_project_science = {

potential = {
uses_district_set = pdplanethab
NOT = {
NOR = {
is_planet_class = pc_pd_gas_giant_hab
is_planet_class = pc_pd_asteroid_hab
}
has_planet_flag = tec_arcology_habitat
has_planet_flag = tec_civil_habitat
Expand Down

0 comments on commit 24ef02a

Please sign in to comment.