summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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")