diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ const PONTUS_EUXINUS = 20 const AVAILABLE = 21 const UNAVAILABLE = 22 -const ARMY = 23 +const ARMY = 24 const first_barbarian = [ 3, 13, 23, 34, 46 ] const last_barbarian = [ 12, 22, 33, 45, 55 ] |