From 252169b8b3be292daa143752904aa9e23acc6cf0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 27 Sep 2022 19:27:34 +0200 Subject: Keep next month's reinforcements hidden to not reveal early arrivals. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index e48a0fd..d77ba24 100644 --- a/play.js +++ b/play.js @@ -177,7 +177,7 @@ function is_unit_fired(u) { } function is_unit_revealed(u) { - let reinf = hexmonth + view.month + let reinf = hexmonth + view.month + 1 if (player === AXIS) return is_axis_unit(u) || set_has(view.revealed, u) || unit_hex(u) > reinf else if (player === ALLIED) -- cgit v1.2.3