Fix base animation showing in zombie bats
Fixes https://gna.org/bugs/?25673
This commit is contained in:
parent
81eb23c74e
commit
58131236f7
2 changed files with 8 additions and 0 deletions
|
@ -333,6 +333,10 @@
|
|||
image="units/undead/soulless-bat-ne-[3,2,3].png:[50*2,40]"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
# Remove inherited third attack_anim tag from base unit
|
||||
[attack_anim]
|
||||
__remove=yes
|
||||
[/attack_anim]
|
||||
[/variation]
|
||||
[/unit_type]
|
||||
|
||||
|
|
|
@ -333,6 +333,10 @@
|
|||
image="units/undead/zombie-bat-ne-[3,2,3].png:[50*2,40]"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
# Remove inherited third attack_anim tag from base unit
|
||||
[attack_anim]
|
||||
__remove=yes
|
||||
[/attack_anim]
|
||||
[/variation]
|
||||
[/unit_type]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue