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