Skip to content

Commit

Permalink
sc2: Fixed a broken effect reference in hellion beam actor data
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMarinets committed Jul 18, 2024
1 parent ac91c10 commit f90e326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@
<ShieldFlashType value="Header"/>
</CActorAction>
<CActorBeamSimple id="AP_HellionAttackBeam" parent="GenericAttackBeam">
<On Terms="Effect.InfernalFlameThrowerE.Start; EffectExecuteIndex 24" Send="RefSet ::HostImpact AP_HellionAttackBeamImpactSite"/>
<On Terms="Effect.AP_InfernalFlameThrowerE.Start; EffectExecuteIndex 24" Send="RefSet ::HostImpact AP_HellionAttackBeamImpactSite"/>
<On Terms="ActorOrphan" Send="Destroy"/>
<On Terms="ActorCreation; ValidateUnit AP_HasHellionInfernalPreIgniter" Send="ModelSwap HellionUpgradeAttackBeam"/>
<On Terms="ActorCreation; ValidateUnit AP_HasTwinLinkedFlameThrowers" Send="SetScale 1.800000,1.000000,1.000000"/>
Expand Down

0 comments on commit f90e326

Please sign in to comment.