summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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 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)