Skip to content

Commit

Permalink
TRoW S6: Replace old sound with unit's own defending animation
Browse files Browse the repository at this point in the history
  • Loading branch information
DisherProject authored and GregoryLundberg committed Oct 18, 2018
1 parent c031611 commit 157b250
Showing 1 changed file with 16 additions and 3 deletions.
Expand Up @@ -256,9 +256,22 @@
[/then]

[else]
[sound]
name=ugg.wav
[/sound]
[animate_unit]
[filter]
id=$unit.id
[/filter]
flag=defend
hits=yes
[primary_attack]
range=melee
[/primary_attack]
[secondary_attack]
name=$unit.attack[0].name
[/secondary_attack]
[facing]
x,y=13,0
[/facing]
[/animate_unit]

[message]
speaker=narrator
Expand Down

0 comments on commit 157b250

Please sign in to comment.