diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-15 12:09:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-15 12:09:31 +0200 |
commit | f60e0514870fa6af46073671f1f9a02baf649e4a (patch) | |
tree | a6133c9d93c00bc7805ff8b4d5d3590600cc6c78 /play.js | |
parent | 903e1002013938c5111726b9896b0f8da7666b74 (diff) | |
download | wilderness-war-f60e0514870fa6af46073671f1f9a02baf649e4a.tar.gz |
Add explicit "End construction" button instead of pass/next.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1485,6 +1485,7 @@ function update_map() { action_button("pass", "Pass") action_button("next", "Next") + action_button("end_construction", "End construction") action_button("end_move", "End move") action_button("undo", "Undo") } |