From 8b3c51144cfa1f124026f3da2b5b68b0cde5f608 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 27 Nov 2024 01:09:31 +0100 Subject: reword --- play.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 36b1e05..e8b4a03 100644 --- a/play.js +++ b/play.js @@ -1808,7 +1808,10 @@ function update_subsidy_list(subs, elt, title) { show = true str += "" + power_image[from] str += "" + power_image[to] - str += "" + n + " TC" + if (n > 1) + str += "" + n + " turns" + else + str += "1 turn" }) } if (show) { -- cgit v1.2.3