Skip to content

Commit

Permalink
Fixed plus 1 being not so plus 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anbeeld committed Feb 12, 2025
1 parent 4679b16 commit 2df160c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common/script_values/ai_cities_values.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ num_of_cities_in_country_plus_1 = {
}

num_of_cities_in_same_area_plus_1 = {
value = 0
value = 1
area = {
every_area_province = {
limit = {
Expand All @@ -113,10 +113,11 @@ ai_max_num_of_cities_in_same_area = {
}
}
multiply = owner.ai_cities_allowed_per_area_percent
floor = yes
}

num_of_cities_in_same_state_plus_1 = {
value = 0
value = 1
state = {
every_state_province = {
limit = {
Expand All @@ -135,4 +136,5 @@ ai_max_num_of_cities_in_same_state = {
}
}
multiply = owner.ai_cities_allowed_per_state_percent
floor = yes
}

0 comments on commit 2df160c

Please sign in to comment.