Skip to content

Commit

Permalink
add restrictions to Bureaucracy focus change effect, so that it only …
Browse files Browse the repository at this point in the history
…affects planets of the same empire that have populations. this should hopefully fix an issue where other empires' outposts were getting influence penalties each turn when another empire adopted Bureaucracy.
  • Loading branch information
geoffthemedio committed Nov 6, 2021
1 parent 5ee748c commit 4df68aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default/scripting/policies/BUREAUCRACY.focs.txt
Expand Up @@ -13,6 +13,8 @@ Policy
EffectsGroup
scope = And [
Planet
OwnedBy empire = Source.Owner
Species
(LocalCandidate.TurnsSinceFocusChange == 0)
(LocalCandidate.TurnsSinceColonization > 1) // all changes on first turn or two after colonization without penalty
]
Expand Down

0 comments on commit 4df68aa

Please sign in to comment.