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

@@ -38,7 +38,7 @@ def test_same_seed_same_outcome(art, cfg):
def test_buy_and_merge(art, cfg):
game = Game(art, cfg, seed=1)
game.gold = 100
api = next(a for a in game.shop if a)
api = "U1_0"
unit = {"api_name": api, "stars": 1, "items": []}
game.bench = [dict(unit), dict(unit)]
game.pool.take(api, 2)