Skip to content

Commit

Permalink
fix: Wrong reference
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjbrooks committed Feb 13, 2024
1 parent 111b548 commit ec7a825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variants/classicalcrowded/classicalcrowded.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ var ClassicalCrowdedVariant = common.Variant{
Balkans: "#CD926A",
Benelux: "#F79D10",
Iberia: "#A6517B",
Scandinavia: "#436186",
Scandinavia: "#416285",
godip.Germany: "#88704C",
},
PhaseTypes: classical.PhaseTypes,
Seasons: classical.Seasons,
Expand Down Expand Up @@ -191,7 +192,7 @@ Armies can move from Denmark to Kiel.`,
},
},
"alb": common.DominanceRule{
Nation: godip.Balkans,
Nation: Balkans,
Dependencies: map[godip.Province]godip.Nation{
"ser": Balkans,
"gre": Balkans,
Expand Down

0 comments on commit ec7a825

Please sign in to comment.