def __init__(self, id, pos, game): Plant.__init__(self, id, "cherries.png", pos, game, life=25) self.selected = False self.grazers = []
def grow(self, plants): Plant.grow(self, Cherry, plants)