diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-12 00:11:11 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-12 00:20:53 +0100 |
commit | 85d278eb7b798209eaf59199f0b5964a93ba612a (patch) | |
tree | 2d68b61c86125d60efceceece274d04a2bd23064 /play.js | |
parent | 26721bd0947120cc4715235c9593de2147aaa23c (diff) | |
download | maria-85d278eb7b798209eaf59199f0b5964a93ba612a.tar.gz |
Streamline setup with pre-allocating the minimum troops.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1635,7 +1635,7 @@ function on_update() { action_button("end_turn", "End turn") confirm_action_button("confirm_end_movement", "End movement", - "You have NOT moved ANY pieces!\nAre you sure you want to SKIP movement?") + "You have UNMOVED pieces!\nAre you sure you want to END movement?") action_button("undo", "Undo") |