diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 18:32:17 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 18:32:17 +0000 |
commit | 7d8c89a5c0773767f3fa7d82061b3615b69559e2 (patch) | |
tree | f576696da557791f4739fc65d4bd84d08e02ba96 /play.js | |
parent | 74258665410edbb7b6f4a0b56d80d16689fea6bb (diff) | |
download | 1989-dawn-of-freedom-7d8c89a5c0773767f3fa7d82061b3615b69559e2.tar.gz |
fix typo
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -765,6 +765,7 @@ function on_update() { action_button("done", "Done") action_button("end_round", "End Round") action_button("undo", "Undo") + console.log('view.power_struggle_discard', view.power_struggle_discard) } // =========================== LOG FUNCTIONS ============================================== |