Skip to content

Commit

Permalink
Correctly make Ythotha turn towards its target
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Mar 14, 2024
1 parent 283427e commit c78ad55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions units/XSL0401/XSL0401_unit.bp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
UnitBlueprint{
Description = "<LOC xsl0401_desc>Experimental Assault Bot",
AI = {
AttackAngle = 1,
TargetBones = {
"pelvis",
"Torso",
Expand Down Expand Up @@ -295,7 +294,7 @@ UnitBlueprint{
RangeCategory = "UWRC_DirectFire",
RateOfFire = 0.2,
SlavedToBody = true,
SlavedToBodyArcRange = 135,
SlavedToBodyArcRange = 32,
TargetPriorities = {
"EXPERIMENTAL",
"SUBCOMMANDER",
Expand Down

0 comments on commit c78ad55

Please sign in to comment.