@@ -251,7 +251,11 @@ class task_fight_yongbing(dongri_task):
else:
print("没有足够的体力了")
return False
-
+
+ if basic_operate.get_line_num() >= 6:
+ return False
if waitClickImg_noWait_withBool(check_img.yongbing, 2, 1) == False: