From 8a5916ce20fc16e9655463d3d142056401a04031 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 19 Jun 2023 14:50:33 +0200 Subject: Some battles. --- play.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'play.js') 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") -- cgit v1.2.3