Richard Köhl 1 年間 前
コミット
4aded150ca
1 ファイル変更1 行追加4 行削除
  1. 1 4
      dungeon.py

+ 1 - 4
dungeon.py

@@ -102,11 +102,8 @@ while True:
                                         "######### seems like moloch is dead already. stopping"
                                     )
                                     break
-                        time.sleep(0.5)
                 tap(*locations[0])
-                if name in ["auto_battle", "ok"]:
-                    time.sleep(1.5)
-                    continue
+                continue
             if name == "attack":
                 if len(locations) == 1:
                     element = first_template(tpl_mixed)