Kein Shop bei 1-2 — erste Ware ab 1-3

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
team3
2026-07-23 07:10:11 +02:00
parent ecf22310b4
commit 889cced7bb
2 changed files with 3 additions and 2 deletions

View File

@@ -48,8 +48,9 @@ class Game:
for p in self.players:
self._carousel(p)
self.idx += 1
# Bei 1-2 gibt es noch keinen Shop — niemand hat Gold.
for p in self.players:
player.refresh_shop(p, self.pool, cfg, self.rng)
p.shop = [None] * cfg["shop"]["slots"]
self._maybe_offer_augment()
# ---- helpers ----