mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-15 07:43:20 +08:00
修复宝箱图标刚好被遮住的场景 #2889
This commit is contained in:
@@ -825,7 +825,13 @@ public class AutoStygianOnslaughtTask : StateMachineBase<StygianState, BvPage>,
|
||||
|
||||
private async Task FindAndInteractLeylineFlowerLoop()
|
||||
{
|
||||
await _lowerHeadThenWalkToTask!.Start(_ct);
|
||||
// 先看看当前身边是否有F,有的话,直接F
|
||||
using var ra1 = CaptureToRectArea();
|
||||
var text = Bv.FindFKeyText(ra1);
|
||||
if (!string.IsNullOrEmpty(text) && text.Contains("激活"))
|
||||
{
|
||||
await _lowerHeadThenWalkToTask!.Start(_ct);
|
||||
}
|
||||
|
||||
await NewRetry.WaitForAction(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user