diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-25 13:00:29 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-25 13:00:29 +0100 |
commit | 5ba70b89a7ecb8c4f7b64bcdf4f8c4d30eaeeb44 (patch) | |
tree | 3a9f9bff920bb9b279b9739bb3b49f6517718176 /play.js | |
parent | 9a37e3b7896387cdbda33ceb52f46e1bb68f1960 (diff) | |
download | 1989-dawn-of-freedom-5ba70b89a7ecb8c4f7b64bcdf4f8c4d30eaeeb44.tar.gz |
Fix for Deutsche Marks and table cards
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
}
|