From 42067348126e0683490565d8c09ea6b073ba45ae Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 18 Feb 2023 10:34:56 +0100 Subject: Add explicit button for Return for Refit. An option well as the hex. --- rules.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 2329cc6..12c4644 100644 --- a/rules.js +++ b/rules.js @@ -6011,8 +6011,10 @@ function gen_spending_bps() { // Return for Refit if (from !== base) { - if (path_cost[0][base] < 63) + if (path_cost[0][base] < 63) { + view.actions.refit = 1 gen_action_hex(friendly_refit()) + } } // Redeployment -- cgit v1.2.3