From 45c640a7ec67a9d2fb9513710787375ea63287a5 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 11:14:06 +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 804249b..5ef4b1a 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' && game.playable_cards[vm_event].playable === 1) { + if (cards[game.vm_event].side === 'C' && game.playable_cards[game.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