summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-21 22:31:44 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commit8dfe1166de298cb78b20132291649408693f82f1 (patch)
tree79879a604c32598b50bfcce0cce240aac29a3536 /play.js
parent78eb830571c26ebbfbcb8bc0608b11db868aeb90 (diff)
downloadtime-of-crisis-8dfe1166de298cb78b20132291649408693f82f1.tar.gz
Battles. Rename game.misc to game.battle and game.where.
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 09e9217..e89ca36 100644
--- a/play.js
+++ b/play.js
@@ -1126,6 +1126,7 @@ function on_update() {
action_button("end_actions", "End Actions")
+ action_button("pass", "Pass")
action_button("done", "Done")
action_button("undo", "Undo")
}