Skip to content

Commit

Permalink
refactor: Adding nation colors
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjbrooks committed Feb 13, 2024
1 parent ec7a825 commit 9586ce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variants/classicalcrowded/classicalcrowded.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ var ClassicalCrowdedVariant = common.Variant{
Iberia: "#A6517B",
Scandinavia: "#416285",
godip.Germany: "#88704C",
godip.Russia: "#EBE6DF",
godip.Turkey: "#FAC229",
godip.Italy: "#6BB261",
godip.England: "#489DDE",
godip.Austria: "#EC5E4D",
godip.France: "#90D3D5",
},

Check failure on line 80 in variants/classicalcrowded/classicalcrowded.go

View workflow job for this annotation

GitHub Actions / build

duplicate key godip.Germany (value "Germany") in map literal
PhaseTypes: classical.PhaseTypes,

Check failure on line 81 in variants/classicalcrowded/classicalcrowded.go

View workflow job for this annotation

GitHub Actions / build

duplicate key godip.Russia (value "Russia") in map literal
Seasons: classical.Seasons,

Check failure on line 82 in variants/classicalcrowded/classicalcrowded.go

View workflow job for this annotation

GitHub Actions / build

duplicate key godip.Turkey (value "Turkey") in map literal
Expand Down

0 comments on commit 9586ce8

Please sign in to comment.