Skip to content

Commit

Permalink
Fixed Subgoal Step Forward and endangered colonies
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Oct 7, 2023
1 parent 6dbf4be commit 77f3a68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ sg_a_great_step_forward = {
any_scope_building = {
is_building_type = building_university
}
NOT = {
has_global_variable = dubois_theory_of_evolution
has_global_variable = lepsius_early_archaeology_global_var
has_global_variable = verrier_modern_astronomy_global_var
has_global_variable = gaudi_steel_frame_var
}
}

on_start = {
Expand Down
2 changes: 1 addition & 1 deletion common/scripted_triggers/dubois_scripted_triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ dubois_habitat_endangered_for_state = {
has_building = building_dubois_national_park
}
OR = {
arable_land <= 1
# arable_land <= 1 #Causes problems with colonized states as they often start with only 1 arable land
total_urbanization >= 2000
}
OR = {
Expand Down

0 comments on commit 77f3a68

Please sign in to comment.