From 3806f4314837fcdb952173076b133944844f32df Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 28 Nov 2024 12:07:11 +0100 Subject: more visible overfulfilment warning! --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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 = "" } -- cgit v1.2.3