Make wmllint aware of the ABILITY_CURES split.
This commit is contained in:
parent
973801f51a
commit
c3659d7bcc
1 changed files with 4 additions and 1 deletions
|
@ -256,7 +256,10 @@ filemoves = {
|
|||
("Halbardier" , "Halberdier"),
|
||||
),
|
||||
"1.3.7" : (),
|
||||
"1.3.8" : (),
|
||||
"1.3.8" : (
|
||||
("{ABILITY_HEALS}", "{ABILITY_HEALS 4}")
|
||||
("{ABILITY_CURES}", "{ABILITY_CURES_POISON}{ABILITY_HEALS 8}")
|
||||
),
|
||||
# An empty sentinel value at end is required.
|
||||
"trunk" : (),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue