diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-06-28 14:25:03 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | a75cfe9b3dd138045bbfe760b12371229662427f (patch) | |
tree | ba86abc3d8a488df7dde7cbdf55c52bc3aa181be /play.js | |
parent | 4080f0823b30cd2a57ecda2d084530bfe73bd911 (diff) | |
download | plantagenet-a75cfe9b3dd138045bbfe760b12371229662427f.tar.gz |
Levy troops (no exhaust)
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1262,8 +1262,10 @@ function on_update() { action_button("take_coin", "Coin") action_button("take_ship", "Ship") action_button("take_cart", "Cart") + action_button("levy_troops", "Levy Troops") action_button("capability", "Capability") + // Events action_button("decline", "Decline") action_button("deploy", "Deploy") |