TRoW S6: Replace old sound with unit's own defending animation
This commit is contained in:
parent
c031611441
commit
157b250c6c
1 changed files with 16 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue