Fix a bug induced by a wmllint false-positive match,
...and prevent wmllint from doing it again.
This commit is contained in:
parent
93e1e73e98
commit
42322d5d93
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
name= _ "Elvish Hero"
|
||||
race=elf
|
||||
image="units/elves-wood/hero.png"
|
||||
profile="portraits/Kitty/elves-wood/hero.png"
|
||||
profile="portraits/Kitty/elvish-hero.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=51
|
||||
movement_type=woodland
|
||||
|
|
|
@ -129,7 +129,7 @@ filemoves = (
|
|||
("eagle.wav", "gryphon-shriek-1.ogg"),
|
||||
("elfland.ogg", "elf-land.ogg"),
|
||||
("elvish-fighter.png", "elves-wood/fighter.png"),
|
||||
("elvish-hero.png", "elves-wood/hero.png"),
|
||||
#("elvish-hero.png", "elves-wood/hero.png"),
|
||||
("fist.wav", "fist.ogg"),
|
||||
("flame-miss.ogg", "flame-big-miss.ogg"),
|
||||
("flame.ogg", "flame-big.ogg"),
|
||||
|
|
Loading…
Add table
Reference in a new issue