Skip extra loot wait when mouse loot is enabled

This commit is contained in:
王鹏
2026-04-21 21:45:28 +08:00
parent 863db5fa0d
commit 68dafeea77
2 changed files with 6 additions and 7 deletions

View File

@@ -334,10 +334,9 @@ class AutoBotMove:
# 关闭扫雷时,执行基础的交互拾取
hw_ctrl.press(KEY_LOOT)
time.sleep(0.8)
# 2. 最后补漏剥皮(针对脚下尸体)
hw_ctrl.press(KEY_LOOT)
time.sleep(self.skinning_wait_sec + 0.5)
# 关闭扫雷时,保留原有的补按交互和固定等待
hw_ctrl.press(KEY_LOOT)
time.sleep(self.skinning_wait_sec + 0.5)
except Exception:
pass