Fix base animation showing in zombie bats

Fixes https://gna.org/bugs/?25673
This commit is contained in:
sigurdfdragon 2017-04-28 20:51:13 -04:00 committed by Charles Dang
parent 81eb23c74e
commit 58131236f7
2 changed files with 8 additions and 0 deletions

View file

@ -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]

View file

@ -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]