diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-09 22:01:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | f09b083c7d323890bdb7e790f51923ec691d5018 (patch) | |
tree | 2226e4203d2f96edbcc77247c713a56f77c74a9e /play.js | |
parent | 3d98a7e7f83d06b4a2c45cb76510064e93af413e (diff) | |
download | nevsky-f09b083c7d323890bdb7e790f51923ec691d5018.tar.gz |
Clamp Veche VP. Tempest rounding.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1554,9 +1554,9 @@ function on_update() { action_button("storm", "Storm") action_button("sally", "Sally") action_button("sail", "Sail") - action_button("supply", "Supply") - action_button("forage", "Forage") action_button("ravage", "Ravage") + action_button("forage", "Forage") + action_button("supply", "Supply") // Muster & Spoils action_button("take_prov", "Prov") |