Skip to content

Commit

Permalink
Minor fix in Hellion's fallback splahs search
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Oct 9, 2024
1 parent 9f59ef3 commit 642cce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
<ImpactLocation Value="TargetPoint"/>
<ExcludeArray Value="Target"/>
<SearchFilters value="Ground;Player,Ally,Missile,Stasis,Dead,Hidden,Invulnerable"/>
<AreaArray RectangleWidth="0.15" RectangleHeight="20" Effect="AP_InfernalFlameThrowerWrapper"/>
<AreaArray RectangleWidth="0.3" RectangleHeight="20" Effect="AP_InfernalFlameThrowerWrapper"/>
</CEffectEnumArea>
<CEffectCreatePersistent id="AP_InfernalFlameThrowerCPFailsafe">
<EditorCategories value="Race:Terran"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@
<CUpgrade id="AP_TwinLinkedFlameThrowers">
<Flags index="UpgradeCheat" value="0"/>
<EffectArray Operation="Set" Reference="Effect,AP_InfernalFlameThrowerE,AreaArray[0].Radius" Value="0.5"/>
<EffectArray Operation="Set" Reference="Effect,AP_InfernalFlameThrowerSearch,AreaArray[0].RectangleWidth" Value="0.5"/>
<EffectArray Operation="Set" Reference="Effect,AP_InfernalFlameThrowerSearch,AreaArray[0].RectangleWidth" Value="1"/>
<EffectArray Reference="Effect,AP_HellionTankSearch,AreaArray[0].Radius" Value="1"/>
<EffectArray Operation="Set" Reference="Effect,AP_HellionTankSearch,AreaArray[0].Arc" Value="67.500000"/>
<EditorCategories value="Race:Terran,UpgradeType:Talents"/>
Expand Down

0 comments on commit 642cce6

Please sign in to comment.