Browse Source

!2 goto_town and goto_outside check suc

pcacc 3 tháng trước cách đây
mục cha
commit
fc2fe607ef
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      dongri_task.py

+ 5 - 0
dongri_task.py

@@ -134,6 +134,8 @@ class basic_operate:
             return False
 
         waitClickImg_noWait_withBool(place_img.outside, 0.6, 0.5)
+
+        waitFindImg_withBool(place_img.town, 2, 0.5)
         return True
     
     @staticmethod
@@ -142,6 +144,9 @@ class basic_operate:
             return False
 
         waitClickImg_noWait_withBool(place_img.town, 0.6, 0.5)
+
+        waitFindImg_withBool(place_img.outside, 2, 0.5)
+
         return True
     
     @staticmethod