diff --git a/crop/Field_Representation_crop.py b/crop/Field_Representation_crop.py index 2f2f810..2d8a3e4 100644 --- a/crop/Field_Representation_crop.py +++ b/crop/Field_Representation_crop.py @@ -348,7 +348,7 @@ class Field: if len(full_dic[key]) >= self.current_strategy: self.print_move(full_dic[key]) self.execute_move(full_dic[key]) - break + return if len(reserve_moves) >= 1: for key in sorted(res_dic): self.print_move(res_dic[key])