muffin v7.5.12
This commit is contained in:
parent
3102923ce2
commit
911ed68baa
65 changed files with 2356 additions and 1539 deletions
|
|
@ -47,6 +47,10 @@ internal sealed class DeliveryNpcApproachExecutor(NavmeshIpc navmeshIpc, Movemen
|
|||
{
|
||||
return true;
|
||||
}
|
||||
if (Vector3.Distance(localPlayer.Position, _npcPosition) <= _interactionDistance + 0.5f)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
float num = MathF.Atan2(localPlayer.Position.X - _npcPosition.X, localPlayer.Position.Z - _npcPosition.Z);
|
||||
float num2 = MathF.Max(1f, _interactionDistance - 0.5f);
|
||||
for (int i = 0; i < 24; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue