Skip to content

Commit

Permalink
fixing dominance rules
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjbrooks committed Feb 23, 2024
1 parent 8e46e0f commit 6f4e40e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variants/gatewaywest/gatewaywest.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ var GatewayWestVariant = common.Variant{
Nation: Ioway,
Dependencies: map[godip.Province]godip.Nation{
"gra": Ioway,
"nog": Ioway,
},
},
"pik": common.DominanceRule{
Expand All @@ -172,15 +173,15 @@ var GatewayWestVariant = common.Variant{
},
},
"aud": common.DominanceRule{
Nation: Missouria,
Nation: Illini,
Dependencies: map[godip.Province]godip.Nation{
"lin": Illini,
"stc": Illini,
"cal": godip.Neutral,
},
},
"mot": common.DominanceRule{
Nation: Missouria,
Nation: Illini,
Dependencies: map[godip.Province]godip.Nation{
"lin": Illini,
"stc": Illini,
Expand Down

0 comments on commit 6f4e40e

Please sign in to comment.