summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-11-28 12:07:11 +0100
committerTor Andersson <tor@ccxvii.net>2024-11-28 23:33:22 +0100
commit3806f4314837fcdb952173076b133944844f32df (patch)
tree732c018b560ffd2e84de707cb651ce4cbfe74906 /play.js
parent41df873b95bd489975cb69f37ba024f2fdb479eb (diff)
downloadmaria-3806f4314837fcdb952173076b133944844f32df.tar.gz
more visible overfulfilment warning!
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 3df499d..6cc2045 100644
--- a/play.js
+++ b/play.js
@@ -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 = ""
}