Quellcode durchsuchen

!2 goto_town and goto_outside check suc

pcacc vor 3 Monaten
Ursprung
Commit
fc2fe607ef
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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