diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-10-15 12:41:13 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 88a8df8cf0aa33f362734643682c0f2b4d0b46b4 (patch) | |
tree | 903c226a0bb8b327b89a4a6e4e70e906d75312e6 /play.js | |
parent | 2663781a5dae52f23bab0ffe2b7f16ca0c6b17f5 (diff) | |
download | plantagenet-88a8df8cf0aa33f362734643682c0f2b4d0b46b4.tar.gz |
end tides of war + heralds
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1616,7 +1616,8 @@ function on_update() { action_button("surrender", "Surrender") // Use all commands - + action_button("heralds", "Heralds") + // Use one command action_button("sail", "Sail") action_button("parley", "Parley") |