Skip to content

Commit

Permalink
Merge pull request #122 from addonovan/Development
Browse files Browse the repository at this point in the history
Fix bug giving Britain unlimited call_allies cbs
  • Loading branch information
SighPie authored Jul 16, 2018
2 parents 77fc483 + 855c69e commit 8275e9b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions HFM/decisions/FlavourMod_Setup_CleanUp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,12 @@ political_decisions = {
war = yes
EIC = { exists = yes war = no }
}
MUG = {
war_with = ENG
NOT = { war_with = EIC }
AND = {
war_with = MUG
EIC = {
exists = yes
NOT = { war_with = MUG }
}
}
}
}
Expand Down

0 comments on commit 8275e9b

Please sign in to comment.