From 6ccc7d0ec710d8ee7831d0e4a7bd01e097af696c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 7 Oct 2023 15:00:59 +0200 Subject: Fix spend1 and spend3 action generation for buttons. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index 1c98881..521ef29 100644 --- a/rules.js +++ b/rules.js @@ -3420,8 +3420,8 @@ function add_influence_check_distance(distance) { function prompt_influence_check() { if (!game.check.some(c => c.source === "add")) { - gen_action("spend1") - gen_action("spend3") + view.actions.spend1 = 1 + view.actions.spend3 = 1 } if (game.where !== NOWHERE) gen_action_locale(game.where) -- cgit v1.2.3