赠送线索时等待动画结束
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
zhbaor 2025-01-26 21:09:20 +08:00
parent e9e3dbe515
commit 6dd08587f9

View file

@ -31,6 +31,8 @@ class GiveAwaySolver(SceneGraphSolver, BaseMixin):
if not (config.conf.leifeng_mode or self.clue_count > 9):
self.tap((1868, 54))
return True
if self.animation():
return
if (c := clue_cls("give_away")) is None:
self.tap((1868, 54))
return True