Increase default check distance for follow quests

pull/41/head
Liza 2024-09-05 20:38:55 +02:00
parent 50a2b29fee
commit af556610d8
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ internal static class WaitAtEnd
return
[
new WaitObjectAtPosition(step.DataId.Value, step.Position.Value, step.NpcWaitDistance ?? 0.05f,
new WaitObjectAtPosition(step.DataId.Value, step.Position.Value, step.NpcWaitDistance ?? 0.5f,
gameFunctions),
new WaitDelay(),
Next(quest, sequence)