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