summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-19 14:50:33 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commit8a5916ce20fc16e9655463d3d142056401a04031 (patch)
tree8ae16aafd6cd1f7fe870d32c8cace5747c991ef3 /play.js
parentf0a3de684843c21695118b62b36ef6821fe4cba3 (diff)
downloadtime-of-crisis-8a5916ce20fc16e9655463d3d142056401a04031.tar.gz
Some battles.
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/play.js b/play.js
index e671eb3..4ec31fe 100644
--- a/play.js
+++ b/play.js
@@ -1,5 +1,7 @@
"use strict"
+// TODO: battle dialog popup for rolling and assigning hits!
+
// === SYNC with rules.js ===
const ITALIA = 0
@@ -809,7 +811,7 @@ function on_update() {
action_button("spend", "Spend")
action_button("roll", "Roll")
- action_button("militia", "Place Militia")
+ action_button("place_militia", "Place Militia")
action_button("support", "Increase Support Level")
action_button("hold_games", "Hold Games")
action_button("build_improvement", "Build an Improvement")