summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-27 01:09:31 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-27 01:10:07 +0100
commit8b3c51144cfa1f124026f3da2b5b68b0cde5f608 (patch)
treeb888f951d4ee875a92d4e5f670d4cf489dae1105 /play.js
parentcfb1e5c492c621d6ca3880b903a66c8c754a9735 (diff)
downloadmaria-8b3c51144cfa1f124026f3da2b5b68b0cde5f608.tar.gz
reword
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 4 insertions, 1 deletions
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 += "<tr><td width=24>" + power_image[from]
str += "<td width=24>" + power_image[to]
- str += "<td>" + n + " TC"
+ if (n > 1)
+ str += "<td>" + n + " turns"
+ else
+ str += "<td>1 turn"
})
}
if (show) {