Skip to content

Commit

Permalink
Merge pull request #180 from timothyjbrooks/classicalCrowded
Browse files Browse the repository at this point in the history
ClassicalCrowded: Fixes
  • Loading branch information
tttppp authored Feb 13, 2024
2 parents 2e08a50 + 9b6637b commit 50de33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/classicalcrowded/classicalcrowded.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var ClassicalCrowdedVariant = common.Variant{
Balkans: "#CD926A",
Benelux: "#F79D10",
Iberia: "#A6517B",
Scandinavia: "#436186",
Scandinavia: "#416285",
},
PhaseTypes: classical.PhaseTypes,
Seasons: classical.Seasons,
Expand Down Expand Up @@ -198,7 +198,7 @@ Armies can move from Denmark to Kiel.`,
},
},
"alb": common.DominanceRule{
Nation: godip.Turkey,
Nation: Balkans,
Dependencies: map[godip.Province]godip.Nation{
"ser": Balkans,
"gre": Balkans,
Expand Down

0 comments on commit 50de33d

Please sign in to comment.