diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -727,9 +727,9 @@ states.resolve_opponent_event = { game.vm_event_to_do = false game.return_state = 'resolve_opponent_event' game.vm_event = game.played_card + log(`Played C${game.played_card} for the event`) if (is_auto_resolve(game.played_card) || switch_events.includes(game.played_card)) { game.return = game.active - log(`Played C${game.played_card} for the event`) goto_vm(game.vm_event)} else { if (game.active === DEM) { |