diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-14 22:39:17 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-14 22:39:17 +0100 |
commit | a7af708bc617267d3498e273a4f30f0b6ac04106 (patch) | |
tree | 05a7c383bafc8c6de8ae130e4540980e846649b7 /play.js | |
parent | 48c6287c7a4251b9043877265cca98970e8f88be (diff) | |
download | 1989-dawn-of-freedom-a7af708bc617267d3498e273a4f30f0b6ac04106.tar.gz |
Updates to end action round
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -696,6 +696,7 @@ if (view.persistent_events.includes(97)) { action_button("tst", "Tiananmen Square Track")
action_button("roll", "Roll a die")
action_button("done", "Done")
+ action_button("end_round", "End Round")
action_button("undo", "Undo")
console.log('view.strategy_deck', view.strategy_deck)
|