diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-28 12:07:11 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-28 23:33:22 +0100 |
commit | 3806f4314837fcdb952173076b133944844f32df (patch) | |
tree | 732c018b560ffd2e84de707cb651ce4cbfe74906 /play.js | |
parent | 41df873b95bd489975cb69f37ba024f2fdb479eb (diff) | |
download | maria-3806f4314837fcdb952173076b133944844f32df.tar.gz |
more visible overfulfilment warning!
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 = "" } |