summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/play.js b/play.js
index e180cd0..9872564 100644
--- a/play.js
+++ b/play.js
@@ -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