Skip to content

Commit

Permalink
Fix invalid requirement for Medic heal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jun 29, 2024
1 parent b1fb0f5 commit 541bcde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,10 @@
<EditorCategories value="Race:Zerg,TechType:Upgrade"/>
<NodeArray index="Show" Link="AP_CountUpgradeAdaptiveMedPacksCompleteOnly"/>
</CRequirement>
<CRequirement id="AP_NotHaveAdaptiveMedPacks">
<EditorCategories value="Race:Zerg,TechType:Upgrade"/>
<NodeArray index="Show" Link="AP_NotCountUpgradeAdaptiveMedPacksCompleteOnly"/>
</CRequirement>
<CRequirement id="AP_HaveMedicRange">
<EditorCategories value="Race:Zerg,TechType:Upgrade"/>
<NodeArray index="Show" Link="AP_CountUpgradeRaynorMedicRangeCompleteOnly"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3682,6 +3682,9 @@
<Flags index="TechTreeCheat" value="0"/>
<Count Link="AP_AdaptiveMedPacks" State="CompleteOnly"/>
</CRequirementCountUpgrade>
<CRequirementNot id="AP_NotCountUpgradeAdaptiveMedPacksCompleteOnly">
<OperandArray index="0" value="AP_CountUpgradeAdaptiveMedPacksCompleteOnly"/>
</CRequirementNot>
<CRequirementCountUpgrade id="AP_CountUpgradeRaynorMedicRangeCompleteOnly">
<Flags index="TechTreeCheat" value="0"/>
<Count Link="AP_RaynorMedicRange" State="CompleteOnly"/>
Expand Down

0 comments on commit 541bcde

Please sign in to comment.