From acc8a4fc853c7c0e296487b250114f402b69fe95 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 30 May 2024 20:57:18 +0200 Subject: Flag supply train as moved when it stops. --- rules.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.js b/rules.js index ddcff96..7e01aeb 100644 --- a/rules.js +++ b/rules.js @@ -1594,6 +1594,8 @@ states.move_supply_train = { this.stop() }, stop() { + let who = game.selected[0] + set_add(game.moved, who) end_move_piece() }, space(to) { -- cgit v1.2.3