mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-22 21:59:55 +08:00
pathing: 延长回到神像回血的时间 #1213
This commit is contained in:
@@ -569,7 +569,7 @@ public class PathExecutor
|
||||
// tp 到七天神像回血
|
||||
var tpTask = new TpTask(ct);
|
||||
await tpTask.TpToStatueOfTheSeven();
|
||||
await Delay(3000, ct);
|
||||
await Delay(5000, ct);
|
||||
Logger.LogInformation("HP恢复完成");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user