diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |