wmllint is generating invalid WML for the ".stoned" and "[unstone]"...
...replacements (namely, it generates "petrified" and "[unpetrifyx]" instead of ".petrified" and "[unpetrify]". This commit fixes that.
This commit is contained in:
parent
cacf4216ec
commit
7df8704662
1 changed files with 2 additions and 2 deletions
|
@ -452,10 +452,10 @@ linechanges = (
|
|||
("targetting", "targeting"),
|
||||
# Changed just after 1.7 fork
|
||||
("[stone]", "[petrify]"),
|
||||
("[unstone]", "[unpetrifyx]"),
|
||||
("[unstone]", "[unpetrify]"),
|
||||
("WEAPON_SPECIAL_STONE", "WEAPON_SPECIAL_PETRIFY"),
|
||||
("SPECIAL_NOTE_STONE", "SPECIAL_NOTE_PETRIFY"),
|
||||
(".stoned", "petrified"),
|
||||
(".stoned", ".petrified"),
|
||||
)
|
||||
|
||||
def validate_stack(stack, filename, lineno):
|
||||
|
|
Loading…
Add table
Reference in a new issue