summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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")