Prechádzať zdrojové kódy

!2 goto_town and goto_outside check suc

pcacc 3 mesiacov pred
rodič
commit
fc2fe607ef
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  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