summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/play.js b/play.js
index 6f3a5ca..20e99a4 100644
--- a/play.js
+++ b/play.js
@@ -7,7 +7,6 @@ const GOVT = 0
const FARC = 1
const AUC = 2
const CARTELS = 3
-
const GOVT_AUC = 4
const FARC_CARTELS = 5
const AUC_CARTELS = 6
@@ -1060,9 +1059,6 @@ function on_update() {
action_button("process", "Process")
action_button("bribe", "Bribe")
- // Attack sub-actions
- action_button("resolve", "Resolve!")
-
// Train/Rally sub-actions
action_button("move", "Move")
action_button("flip", "Flip")