From 5ba70b89a7ecb8c4f7b64bcdf4f8c4d30eaeeb44 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 25 Sep 2024 13:00:29 +0100 Subject: Fix for Deutsche Marks and table cards --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 48df886..5aedbdf 100644 --- a/play.js +++ b/play.js @@ -595,7 +595,7 @@ if (view.persistent_events['the_tyrant_is_gone'] > 0) { action_button("done", "Done") action_button("undo", "Undo") - console.log('view.persistent_events', view.persistent_events) + console.log('view.log', view.log) } -- cgit v1.2.3