diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1251,7 +1251,7 @@ function layout_victory_pool(pow, max, x, y) { ui.markers_element.appendChild(e) } if (n > max) { - ui.missing[pow].textContent = "+" + (n-max) + ui.missing[pow].textContent = "overfulfilled\n" + (n-max) } else { ui.missing[pow].textContent = "" } |