Closed jimkaal closed 2 years ago
Zombie fly spawns in front of fly, not at the fainted target location
def test_zombie_fly_location(self): player = Player(shop=["sleeping-pill"], team=["fish", "fish", "fish", "fish", "fly"]) player.buy_food(0, 0) print(player.team) self.assertEqual(player.team[0].pet.name, "zombie-fly")
Zombie fly spawns in front of fly, not at the fainted target location