deprecating properly image_short and image_long
(slight change to wmllint generated code)
This commit is contained in:
parent
2350f0c83f
commit
801aa3003f
1 changed files with 3 additions and 2 deletions
|
@ -930,8 +930,9 @@ def hack_syntax(filename, lines):
|
|||
if future:
|
||||
# Lift obsolete image_short and image_long tags
|
||||
expanded = """\
|
||||
[animation]
|
||||
[attack_anim]
|
||||
apply_to=attack
|
||||
start_time=-150
|
||||
[frame]
|
||||
duration=300
|
||||
image=%s
|
||||
|
@ -939,7 +940,7 @@ def hack_syntax(filename, lines):
|
|||
[attack_filter]
|
||||
range=%s
|
||||
[/attack_filter]
|
||||
[/animation]\
|
||||
[/attack_anim]\
|
||||
"""
|
||||
for i in range(len(lines)):
|
||||
if "no-syntax-rewrite" in lines[i]:
|
||||
|
|
Loading…
Add table
Reference in a new issue