From bad1f25da090259aae3d17a6efac9b7035702d9b Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 14 Nov 2024 16:46:09 +0000 Subject: Improve logging --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3