diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-30 20:57:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-30 21:59:25 +0200 |
commit | acc8a4fc853c7c0e296487b250114f402b69fe95 (patch) | |
tree | 31a6836aeacce08f8358010a5c58a22d7c218001 | |
parent | 0c108fd2291a85048cb66cbf19bd7128ef7ada8a (diff) | |
download | friedrich-acc8a4fc853c7c0e296487b250114f402b69fe95.tar.gz |
Flag supply train as moved when it stops.
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |