diff --git a/Pole.py b/Pole.py index 82427c8..96544ee 100644 --- a/Pole.py +++ b/Pole.py @@ -44,9 +44,9 @@ class Pole: for i in stoneList: st=self.slot_dict[i] st.set_stone_image() - if self.gasStation[0] != -1: - st=self.slot_dict[self.gasStation] - st.set_gasStation_image() + if self.gasStation[0] != -1: + st=self.slot_dict[self.gasStation] + st.set_gasStation_image() def randomize_colors(self): pygame.display.update()