diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-29 09:48:29 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-29 09:48:29 +0100 |
commit | 5377399d6ef9d4afa338ffd6ada421af2fbcedc2 (patch) | |
tree | f05202d4c923a5088c25b8feaa6efade410f9f1a | |
parent | 6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf (diff) | |
download | time-of-crisis-5377399d6ef9d4afa338ffd6ada421af2fbcedc2.tar.gz |
Fix overlap of red at-start military emperor and #5 green governor.
-rw-r--r-- | play.js | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 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 ] @@ -73,7 +73,7 @@ const OCEANUS_ATLANTICUS = 19 const PONTUS_EUXINUS = 20 const AVAILABLE = 21 const UNAVAILABLE = 22 -const ARMY = 23 +const ARMY = 24 const REGION_NAME = [ "Italia", |