Skip to content

Commit

Permalink
fix zerg merc drop pod sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarky committed Dec 7, 2024
1 parent 46f3e0c commit b3060c0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<Inherits index="TeamColor" value="1"/>
</CActorModel>
<CActorModel default="1" id="AP_ZergMercDropModelBase" parent="AP_MercDropModelBase">
<Remove Terms="ActorCreation" Send="Create AP_MercCalldownDrop"/>
<Remove Terms="TimerExpired; TimerName DelayDropPod" Send="Create AP_MercCalldownImpact"/>
<Remove Terms="AnimDone; AnimName Birth" Send="Create DropPodUnload"/>
<On Terms="ActorCreation" Send="Create AP_ZergDropPod_Drop"/>
<On Terms="TimerExpired; TimerName DelayDropPod" Send="Create AP_ZergDropPodImpact"/>
<Model value="AP_ZergDropPod"/>
</CActorModel>
<CActorAction default="1" id="AP_MarauderAttackBase" parent="GenericAttackNoCreateBase">
Expand Down

0 comments on commit b3060c0

Please sign in to comment.