diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-07 15:39:17 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | 0fe9edb7f7a43cfd72c6ec34004ec68f36797908 (patch) | |
tree | 3f2f9922e47181b5ac9622deb292e14785ccd015 /play.js | |
parent | be261dc88a1f27cb2e404eab65e6aef17c024997 (diff) | |
download | andean-abyss-0fe9edb7f7a43cfd72c6ec34004ec68f36797908.tar.gz |
Event pass.
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") |