diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:06:16 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:06:16 +0100 |
commit | eea04258c47857eb61b5783e254157b313b5f56e (patch) | |
tree | 6c94ad96b398489bfb1ffa2a0d1f73560162c251 /play.js | |
parent | f906f27023fd5b547b147caeda6365a41640d607 (diff) | |
download | 1989-dawn-of-freedom-eea04258c47857eb61b5783e254157b313b5f56e.tar.gz |
Debugging Kremlin Coup
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -617,7 +617,7 @@ if (view.persistent_events['the_tyrant_is_gone'] > 0) { action_button("done", "Done")
action_button("undo", "Undo")
-
+ console.log('view.action', view.action)
}
// =========================== LOG FUNCTIONS ==============================================
|