summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index e9eeda3..487f7c1 100644
--- a/rules.js
+++ b/rules.js
@@ -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) {