Kein Shop bei 1-2 — erste Ware ab 1-3
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user