pathing: 延长回到神像回血的时间 #1213

This commit is contained in:
辉鸭蛋
2025-02-23 23:45:45 +08:00
parent a9896f0ff1
commit 2b233b7e8e

View File

@@ -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恢复完成");
}