summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-02-08 18:24:31 +0100
committerTor Andersson <tor@ccxvii.net>2024-02-08 18:24:31 +0100
commit84e21a0ab351ad76b5dcf85bea51a83bb9239cf5 (patch)
tree2efaccab2313c2df7d674e63c99e2cade38a1aac /play.js
parent3bba00b794e9956a4f4ca5b851774af5a6506013 (diff)
downloadandean-abyss-84e21a0ab351ad76b5dcf85bea51a83bb9239cf5.tar.gz
Add confirmation when selecting another faction to execute event.
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/play.js b/play.js
index 4a4cece..a686319 100644
--- a/play.js
+++ b/play.js
@@ -1387,6 +1387,11 @@ function on_update() {
action_button("auc", "AUC")
action_button("cartels", "Cartels")
+ confirm_action_button("choose_govt", "Government", "Choose GOVERNMENT to execute this event?")
+ confirm_action_button("choose_farc", "FARC", "Choose FARC to execute this event?")
+ confirm_action_button("choose_auc", "AUC", "Choose AUC to execute this event?")
+ confirm_action_button("choose_cartels", "Cartels", "Choose CARTELS to execute this event?")
+
// Select Operation
action_button("train", "Train")
action_button("patrol", "Patrol")