fix a typo in a variable initialization
This commit is contained in:
parent
9547d08f0f
commit
8542b0de22
1 changed files with 1 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ def hack_syntax(filename, lines):
|
|||
level = None
|
||||
abilities = []
|
||||
specials = []
|
||||
in_ability = False
|
||||
in_abilities = False
|
||||
lastability = None
|
||||
lastspecial = None
|
||||
for i in range(len(lines)):
|
||||
|
|
Loading…
Add table
Reference in a new issue