Skip to content

Commit

Permalink
sc2: Fixing Pygalisks not being selected by all-army hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMarinets committed Nov 28, 2024
1 parent a91df58 commit 45295b0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23440,6 +23440,10 @@
<DeathRevealRadius value="3"/>
<Race value="Zerg"/>
<Mob value="Campaign"/>
<FlagArray index="PreventDestroy" value="1"/>
<FlagArray index="UseLineOfSight" value="1"/>
<FlagArray index="AIThreatGround" value="1"/>
<FlagArray index="ArmySelect" value="1"/>
<LifeStart value="75"/>
<LifeMax value="75"/>
<LifeArmor value="3"/>
Expand All @@ -23461,8 +23465,6 @@
<ScoreResult value="BuildOrder"/>
<SubgroupPriority value="8"/>
<MinimapRadius value="1"/>
<FlagArray index="PreventDestroy" value="1"/>
<FlagArray index="UseLineOfSight" value="1"/>
<PlaneArray index="Ground" value="1"/>
<Collide index="Ground" value="1"/>
<Collide index="Small" value="1"/>
Expand Down

0 comments on commit 45295b0

Please sign in to comment.