From c23b8f09dd2e980d6bdfe86965374f08243532ac Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 15 Dec 2022 15:44:49 +0100 Subject: Use explicit flags for first action and first march. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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 -- cgit v1.2.3