diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-02 01:25:50 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:15 +0200 |
commit | cb8515d8f89be83405073e573e5a5bf40f59779d (patch) | |
tree | 555352244e3368ac3212ef7e3604ca561353b146 /play.js | |
parent | 2ea25f10df9b646a5d63727c67e87f6deb04a003 (diff) | |
download | andean-abyss-cb8515d8f89be83405073e573e5a5bf40f59779d.tar.gz |
Attack (sans ambush).
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -780,6 +780,9 @@ function on_update() { action_button("kidnap", "Process") action_button("kidnap", "Bribe") + // Attack sub-actions + action_button("resolve", "Resolve!") + // Train/Rally sub-actions action_button("move", "Move") action_button("flip", "Flip") |