diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1045,21 +1045,30 @@ function on_update() { // Decree buttons action_button("build", "Build") + action_button("end_build", "End Build") action_button("demand", "Demand Obedience") action_button("end_demand", "End Demand Obedience") - action_button("collect", "Collect") + action_button("collect", "Collect Tribute") + action_button("end_collect", "End Collect Tribute") action_button("tax", "Tax") + action_button("end_tax", "End Tax") action_button("trade", "Trade") + action_button("end_trade", "End Trade") // MI buttons action_button("advance", "Advance") action_button("end_advance", "End Advance") action_button("amass", "Amass") action_button("mi_attack", "Attack & Plunder") - action_button("end_gifts", "End Compromising Gifts") + action_button("end_gifts", "Refuse Compromising Gifts") + + // Other buttons + action_button("end_cavalry", "End Cavalry Selection") action_button("next", "Next") action_button("undo", "Undo") + action_button("end_of_turn", "End your turn") + action_button("end_return", "End Influence Shift") return |