Skip to content

Commit

Permalink
Update IndustrialAI.cs
Browse files Browse the repository at this point in the history
- there is no need to analyze targets more often than they are detected.
  • Loading branch information
aqpanaciy committed Apr 12, 2024
1 parent e60742a commit 050299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perpetuum/Zones/NpcSystem/AI/IndustrialAI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Perpetuum.Zones.NpcSystem.AI
{
public class IndustrialAI : BaseAI
{
private const int UpdateFrequency = 1650;
private const int UpdateFrequency = 5500;
private const int EjectFrequency = 300000;
private const double VolumeToEject = 10.0;
private readonly IntervalTimer processIndustrialTargetsTimer = new IntervalTimer(UpdateFrequency);
Expand Down

0 comments on commit 050299f

Please sign in to comment.