summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-28 11:14:06 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-28 11:14:06 +0100
commit45c640a7ec67a9d2fb9513710787375ea63287a5 (patch)
tree4cf3af25bff2f5bbcf819af8d8f5447407f0f56b /rules.js
parent3cfba5b358c7912f3b44f4914bc2adc030648fc1 (diff)
download1989-dawn-of-freedom-45c640a7ec67a9d2fb9513710787375ea63287a5.tar.gz
fix for Brought in For Questioning
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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()