From 483123d6cc0cc487c5dc1f354f1d3abb5f751557 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 24 Feb 2022 16:21:55 -0500 Subject: [PATCH] misc fix --- Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs b/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs index b2db047d3..3063e70ad 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs @@ -31,7 +31,7 @@ namespace Game.AI { _pauseTimer = 2500; _playerCheckTimer = 1000; - _maxPlayerDistance = 50; + _maxPlayerDistance = 100; _activeAttacker = true; _despawnAtEnd = true; _despawnAtFar = true;