Skip to content

Commit

Permalink
Fix bug where Mercy was able to target air units (#4647)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifron committed Jan 28, 2023
1 parent cbc0b00 commit 4c8aca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions units/DAA0206/DAA0206_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ UnitBlueprint {
EffectiveRadius = 0,
FireTargetLayerCapsTable = {
Air = 'Land|Seabed|Water',
Land = 'Air|Land|Seabed|Water',
Water = 'Air|Land|Seabed|Water',
Land = 'Land|Seabed|Water',
Water = 'Land|Seabed|Water',
},
FiringTolerance = 6,
Label = 'Suicide',
Expand Down

0 comments on commit 4c8aca6

Please sign in to comment.