From 6595a0e76d5ee24f352c529cd82ceb794fa37697 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 19 May 2024 17:41:24 +0200 Subject: stuff --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index f4411ec..9d396ec 100644 --- a/play.js +++ b/play.js @@ -414,7 +414,7 @@ function on_update() { e.classList.remove("year_1782") e.classList.remove("year_1783") if (view.war_ends) - e.classList.add("year_" + view.war_ends) + e.classList.add("year_" + CARDS[view.war_ends].year) e = document.getElementById("played_british_reinforcements") e.classList.remove("ops_1") -- cgit v1.2.3