diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-21 18:10:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:25 +0100 |
commit | 8908ec3b58873ce501ff3e19ac3167acd4d66fe8 (patch) | |
tree | 4be38679846432bef20ccdeb532406d37d6f94f9 /play.js | |
parent | 10004ffdc0aa21309f1d65bc1da89d4e641827ac (diff) | |
download | rommel-in-the-desert-8908ec3b58873ce501ff3e19ac3167acd4d66fe8.tar.gz |
More retreats.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -601,6 +601,11 @@ function on_update() { action_button("rommel", "Rommel") action_button("stop", "Stop") + action_button("retreat", "Retreat") + action_button("partial_retreat", "Partial retreat") + action_button("full_retreat", "Full retreat") + action_button("probe_combat", "Probe combat") + action_button("group", "Group") action_button("regroup", "Regroup") |