From d0633886d47f8a4d1db205c405ded5c377826cbd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 13 May 2022 14:11:27 +0200 Subject: Automatically select unused block for Infrastructure event. --- rules.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index 9bb7fba..1c240c2 100644 --- a/rules.js +++ b/rules.js @@ -1560,10 +1560,12 @@ states.infrastructure = { } function end_build_action() { - if (active_has_infrastructure()) + if (active_has_infrastructure()) { game.state = 'infrastructure'; - else + game.selected = select_available_block(); + } else { end_action(); + } } // CARD-BASED ACTION: MOVE -- cgit v1.2.3