From 11e9ca1a0d8699dadf296c3bee7f922588a61195 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 10 Mar 2023 12:15:04 +0100 Subject: Add confirmation when approaching enemy Lord. --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 70302bd..b3e2f56 100644 --- a/play.js +++ b/play.js @@ -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") -- cgit v1.2.3