summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-12-15 15:44:49 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commitc23b8f09dd2e980d6bdfe86965374f08243532ac (patch)
tree04dbdb0e329ee962fa6169b0c637ca14dce0b448 /play.js
parent16afa122d3eb3a78f33bdb905c919e24954e601e (diff)
downloadnevsky-c23b8f09dd2e980d6bdfe86965374f08243532ac.tar.gz
Use explicit flags for first action and first march.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 1ba6ac3..9332c66 100644
--- a/play.js
+++ b/play.js
@@ -24,7 +24,7 @@ const VASSAL_MUSTERED = 2
const NOWHERE = -1
const CALENDAR = 100
-const LEGATE = 100
+const LEGATE = 20
const LEGATE_INDISPOSED = -2
const LEGATE_ARRIVED = -1