Skip to content

Commit

Permalink
Attempt to fix Carrier and Brood Lord infinite minions. Fix Ziktofel/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jul 23, 2024
1 parent 64ef8c5 commit 1bc9700
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Mods/ArchipelagoPlayer.SC2Mod/Base.SC2Data/GameData/AbilData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10164,4 +10164,14 @@
<Effect value="AP_TornadoMissileCP"/>
<AutoCastFilters value="Ground,Mechanical,Visible;Self,Player,Ally,Neutral,Structure,Missile,Stasis,Dead,Hidden,Invulnerable"/>
</CAbilAugment>
<CAbilArmMagazine id="CarrierHangar">
<!-- Override -->
<!-- Should fix Mind control-related issues -->
<MaxCount value="8"/>
</CAbilArmMagazine>
<CAbilArmMagazine id="BroodLordHangar">
<!-- Override -->
<!-- Should fix Mind control-related issues -->
<MaxCount value="2"/>
</CAbilArmMagazine>
</Catalog>

0 comments on commit 1bc9700

Please sign in to comment.