diff --git a/robotgame/level1.py b/robotgame/level1.py index a9929b2..f4acf19 100644 --- a/robotgame/level1.py +++ b/robotgame/level1.py @@ -144,7 +144,7 @@ class Level1(level.Level): task2_pos[1] + 48 * j, self.imgs['block1'], movable=True) - if (random.randint(0, 2) or (i, j) == 4) else + if (random.randint(0, 2) or (i, j) == (4, 0)) else block.Block(self, task2_pos[0] + 64 * i, task2_pos[1] + 48 * j,