Closed jimkaal closed 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)
This can be closed since it was addressed in #61
fixed in #61
Pill costs 3 gold