From febccde7156caa94bcf508e29d2548b5aba2b0e8 Mon Sep 17 00:00:00 2001 From: b Date: Sat, 28 Mar 2026 12:31:12 +0100 Subject: [PATCH] fixed Lucky flag --- molpyup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molpyup.py b/molpyup.py index 8358103..ce096c9 100644 --- a/molpyup.py +++ b/molpyup.py @@ -181,7 +181,7 @@ class MolpyUp: self.imgPlatformWonTheGame.get_height(), self.imgPlatformFrame1.get_height() ] - self.platformLuckyAttackingHeight = self.imgPlatformLuckyAttacking.get_height(), + self.platformLuckyAttackingHeight = self.imgPlatformLuckyAttacking.get_height() self.platformWidth = [ self.imgPlatformSand[0].get_width(), self.imgPlatformGrass[0].get_width(), -- 2.30.2