diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1046,6 +1046,15 @@ function on_update() { // Influence layout_influence() + // Select Faction + action_button("ds", "Delhi Sultanate") + action_button("bk", "Bahmani Kingdom") + action_button("ve", "Vijayanagara Empire") + + confirm_action_button("choose_ds", "Delhi Sultanate", "Choose Delhi Sultanate to execute this event?") + confirm_action_button("choose_bk", "Bahmani Kingdom", "Choose Bahmani Kingdom to execute this event?") + confirm_action_button("choose_ve", "Vijayanagara Empire", "Choose Vijayanagara Empire to execute this event?") + // SOP buttons action_button("command_decree", "Command & Decree") action_button("event_command", "Event or Command") @@ -1102,10 +1111,12 @@ function on_update() { action_button("skip", "Skip") action_button("next", "Next") - action_button("undo", "Undo") + action_button("end_event", "End Event") action_button("end_of_turn", "End your turn") action_button("end_return", "End Influence Shift") + action_button("undo", "Undo") + return |