From 5fe3d8b1242697b16078f0b1a1a12abded88a732 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 27 Jan 2025 10:42:20 +0100 Subject: Trigger Public Withdrawal coin removal after refilling market. In case the event card ends up on a spot with coins already on it, for example when an event with coins is discarded at the end of the turn. --- rules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.js b/rules.js index d3ede47..d48c72b 100644 --- a/rules.js +++ b/rules.js @@ -2564,6 +2564,7 @@ function goto_refill_market() { } } } + check_public_withdrawal() // Instability ... let instability = 0 -- cgit v1.2.3