Merge pull request #4613 from walodar/master
Fix: Dune Alchemist used Dune Apothecary image in both attack animations
This commit is contained in:
commit
1f73bcbc47
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ units/dunefolk/herbalist/#enddef
|
|||
[/filter_attack]
|
||||
start_time=-200
|
||||
[frame]
|
||||
image="{PATH_TEMP}apothecary.png:300"
|
||||
image="{PATH_TEMP}alchemist.png:300"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS mace.ogg mace-miss.ogg -100}
|
||||
[/attack_anim]
|
||||
|
@ -76,7 +76,7 @@ units/dunefolk/herbalist/#enddef
|
|||
[/missile_frame]
|
||||
start_time=-300
|
||||
[frame]
|
||||
image="{PATH_TEMP}apothecary.png:300"
|
||||
image="{PATH_TEMP}alchemist.png:300"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS bow.ogg bow-miss.ogg -380}
|
||||
[/attack_anim]
|
||||
|
|
Loading…
Add table
Reference in a new issue