Skip to content

Commit

Permalink
fixed attempting to target air units
Browse files Browse the repository at this point in the history
a
  • Loading branch information
MadiMadsen committed Jul 9, 2024
1 parent be60856 commit 8e3d1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@
<Options index="LinkedCooldown" value="0"/>
<Icon value="Assets\Textures\btn-upgrade-protoss-airweaponslevel0.dds"/>
<DisplayEffect value="AP_CarrierPurifierChargeBeamDamageCharge1"/>
<TargetFilters value="Visible;Missile,Stasis,Dead,Hidden,Invulnerable"/>
<TargetFilters value="Ground,Visible;Missile,Stasis,Dead,Hidden,Invulnerable"/>
<MinScanRange value="8.5"/>
<Range value="8"/>
<RangeSlop value="2"/>
Expand Down

0 comments on commit 8e3d1cd

Please sign in to comment.