diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) { |