diff options
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") |