projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a2b29
)
Increase default check distance for follow quests
author
Liza Carvelli
<liza@carvel.li>
Thu, 5 Sep 2024 18:38:55 +0000
(20:38 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Thu, 5 Sep 2024 18:38:55 +0000
(20:38 +0200)
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/Controller/Steps/Shared/WaitAtEnd.cs
b/Questionable/Controller/Steps/Shared/WaitAtEnd.cs
index 631cbf1148cd998c7a241f6b3d73ba9578a50adb..47c0fe4a59cb50f294651f267a24cb7cdc5e96b3 100644
(file)
--- a/
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
+++ b/
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
@@
-66,7
+66,7
@@
internal static class WaitAtEnd
return
[
- new WaitObjectAtPosition(step.DataId.Value, step.Position.Value, step.NpcWaitDistance ?? 0.
0
5f,
+ new WaitObjectAtPosition(step.DataId.Value, step.Position.Value, step.NpcWaitDistance ?? 0.5f,
gameFunctions),
new WaitDelay(),
Next(quest, sequence)