From: lbcmk <30442978+lbcmk@users.noreply.github.com> Date: Wed, 13 Jul 2022 23:10:00 +0000 (-0400) Subject: soemthing X-Git-Url: http://git.skullheadx.com/nixos/static/tech/index.html?a=commitdiff_plain;h=11182462f01677df0022b6be90c04d769acbd55a;p=Pygame-Jam.git soemthing --- diff --git a/Game.py b/Game.py index 88d303e..899fb3f 100644 --- a/Game.py +++ b/Game.py @@ -295,7 +295,7 @@ class Game: # print(self.player.position) if self.player.position[0] > 6750 and self.player.position[1] >= 1500: self.has_pet = True - self.pet.has_pet = self.has_pet + self.pet.has_pet = self.has_pet if self.has_pet == True: self.pet.update(delta, self.player)