aboutsummaryrefslogtreecommitdiff
path: root/go/game/challenge.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/game/challenge.go')
-rw-r--r--go/game/challenge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/game/challenge.go b/go/game/challenge.go
index 6e314b26..0cee7d63 100644
--- a/go/game/challenge.go
+++ b/go/game/challenge.go
@@ -50,7 +50,7 @@ func prepCavArcherChallenge(s *LocalState) *LocalState {
s.addNewUnit(u, tile.Position, p)
// Prepare the opponent's units
- nUnits := rand.Intn(2) + 2
+ nUnits := rand.Intn(3) + 2
// add support equipment
if nUnits > 3 {