Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Проверим чо
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored May 29, 2024
1 parent 1206b58 commit 35f3432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content.Server/NPC/NPCBlackboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public sealed partial class NPCBlackboard : IEnumerable<KeyValuePair<string, obj
{
{"BufferRange", 10f},
{"FollowCloseRange", 3f},
{"FollowRange", 7f},
{"FollowRange", 10f},
{"IdleRange", 7f},
{"InteractRange", SharedInteractionSystem.InteractionRange},
{"InteractRange", 3f},
{"MaximumIdleTime", 7f},
{MedibotInjectRange, 4f},
{MeleeMissChance, 0.3f},
Expand All @@ -33,7 +33,7 @@ public sealed partial class NPCBlackboard : IEnumerable<KeyValuePair<string, obj
{"MovementRange", 1.5f},
{"RangedRange", 10f},
{"RotateSpeed", float.MaxValue},
{"VisionRadius", 10f},
{"VisionRadius", 15f},
};

/// <summary>
Expand Down

0 comments on commit 35f3432

Please sign in to comment.