From 53ea518d48c7d0877edb9a6c5193405317bb1f84 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 26 May 2023 10:32:48 +0200 Subject: 7th Special Forces is "may" remove 1-3. Allow skipping at 0. --- rules.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules.js b/rules.js index cd158f6..846a024 100644 --- a/rules.js +++ b/rules.js @@ -6162,13 +6162,12 @@ function end_sabotage_phase() { states.sabotage_7th_sf = { inactive: "7th Special Forces", prompt() { - view.prompt = "7th Special Forces: Remove 1-3 Terror or Sabotage." + view.prompt = "7th Special Forces: Remove up to 3 Terror or Sabotage." for (let s of game.sabotage) gen_action_space(s) for (let i = 0; i < game.terror.length; i += 2) gen_action_space(game.terror[i]) - if (game.prop.count > 0) - view.actions.skip = 1 + view.actions.skip = 1 }, space(s) { push_undo() -- cgit v1.2.3