Skip to content

Commit

Permalink
Fix Chrono firing at unaffected targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Feb 8, 2024
1 parent b2fd43b commit 4815841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions units/UAL0001/UAL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,8 @@ UnitBlueprint{
RackSlavedToTurret = false,
RangeCategory = "UWRC_IndirectFire",
RateOfFire = 0.2,
TargetPriorities = { "ALLUNITS" },
TargetRestrictDisallow = "UNTARGETABLE,AIR*MOBILE",
TargetPriorities = { "MOBILE" },
TargetRestrictDisallow = "UNTARGETABLE,AIR,EXPERIMENTAL,COMMAND",
TurretDualManipulators = false,
TurretPitch = 0,
TurretPitchRange = 0,
Expand Down

0 comments on commit 4815841

Please sign in to comment.