From c78ad55dc9a5a3ed4ec4697ee6516bb1da1590df Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:13:27 -0700 Subject: [PATCH] Correctly make Ythotha turn towards its target --- units/XSL0401/XSL0401_unit.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/units/XSL0401/XSL0401_unit.bp b/units/XSL0401/XSL0401_unit.bp index 991f5bcd3d..47bc59df78 100644 --- a/units/XSL0401/XSL0401_unit.bp +++ b/units/XSL0401/XSL0401_unit.bp @@ -1,7 +1,6 @@ UnitBlueprint{ Description = "Experimental Assault Bot", AI = { - AttackAngle = 1, TargetBones = { "pelvis", "Torso", @@ -295,7 +294,7 @@ UnitBlueprint{ RangeCategory = "UWRC_DirectFire", RateOfFire = 0.2, SlavedToBody = true, - SlavedToBodyArcRange = 135, + SlavedToBodyArcRange = 32, TargetPriorities = { "EXPERIMENTAL", "SUBCOMMANDER",