From 3cfba5b358c7912f3b44f4914bc2adc030648fc1 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 11:13:16 +0100 Subject: fix for Brought in For Questioning --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 5355114..804249b 100644 --- a/rules.js +++ b/rules.js @@ -5955,7 +5955,7 @@ states.vm_brought_in_for_questioning = { discard() { game.vm_event = discard_card(game.democrat_hand) game.phase = 1 - if (cards[game.vm_event].side === 'C') { + if (cards[game.vm_event].side === 'C' && game.playable_cards[vm_event].playable === 1) { game.return = game.active if (!auto_resolve_events.includes(game.vm_event) && !switch_events.includes(game.vm_event)) { next_player() -- cgit v1.2.3