manny405 / sapai

Super auto pets engine built with reinforment learning training in mind
MIT License
67 stars 21 forks source link

Pill should cost only 1 gold #59

Closed jimkaal closed 2 years ago

jimkaal commented 2 years ago

Pill costs 3 gold

def test_pill_1gold(self):
    player = Player(shop=Shop(["sleeping-pill"]), team=Team(["fish"]))
    player.buy_food(0, 0)
    self.assertEqual(player.gold, 9)
alexdriedger commented 2 years ago

This can be closed since it was addressed in #61

jimkaal commented 2 years ago

fixed in #61