forked from liza/Questionable
Increase default check distance for follow quests
This commit is contained in:
parent
50a2b29fee
commit
af556610d8
@ -66,7 +66,7 @@ internal static class WaitAtEnd
|
|||||||
|
|
||||||
return
|
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),
|
gameFunctions),
|
||||||
new WaitDelay(),
|
new WaitDelay(),
|
||||||
Next(quest, sequence)
|
Next(quest, sequence)
|
||||||
|
Loading…
Reference in New Issue
Block a user