Make wmllint aware of the ABILITY_CURES split.

This commit is contained in:
Eric S. Raymond 2007-10-05 15:42:10 +00:00
parent 973801f51a
commit c3659d7bcc

View file

@ -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" : (),
}