diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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") |