diff --git a/litris.py b/litris.py index 73969d4..91a979a 100644 --- a/litris.py +++ b/litris.py @@ -90,7 +90,7 @@ class Litris(GameBase): self.drop_down() print(self.field) if self.field.get_line_count() >= 6 and self.field.height() <= 2: - if self.field.predict_gaps_in_next_rotation() <= 6: + if self.field.predict_gaps_in_next_rotation() <= 5: self.update_move_mode() self.field.rotate_state() #self.update_move_mode()