diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-10 12:15:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-03-10 12:45:00 +0100 |
commit | 11e9ca1a0d8699dadf296c3bee7f922588a61195 (patch) | |
tree | 9935bc98286ec9fb91d623a0698eb6264d354d85 /play.js | |
parent | 5fa490516ba075eb9ff486449f70f9457dca802d (diff) | |
download | nevsky-11e9ca1a0d8699dadf296c3bee7f922588a61195.tar.gz |
Add confirmation when approaching enemy Lord.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1755,6 +1755,7 @@ function on_update() { action_button("hold", "Hold") action_button("play", "Play") + action_button("approach", "Approach") action_button("concede", "Concede") action_button("battle", "Battle") |