Fix WFT typo
parent
d700a351f9
commit
ee1104e36e
|
@ -19,6 +19,7 @@ class Player():
|
||||||
"""A Player, as registered by the smash.gg API, and their characters
|
"""A Player, as registered by the smash.gg API, and their characters
|
||||||
choices and placement in a tournament"""
|
choices and placement in a tournament"""
|
||||||
|
|
||||||
|
# TODO fill missing chars
|
||||||
CHARACTERS = {
|
CHARACTERS = {
|
||||||
1272: "bowser jr",
|
1272: "bowser jr",
|
||||||
1273: "bowser",
|
1273: "bowser",
|
||||||
|
@ -65,7 +66,7 @@ class Player():
|
||||||
1333: "toon link",
|
1333: "toon link",
|
||||||
1334: "villager",
|
1334: "villager",
|
||||||
1335: "wario",
|
1335: "wario",
|
||||||
1336: "wii-fit trainer",
|
1336: "wii fit trainer",
|
||||||
1337: "wolf",
|
1337: "wolf",
|
||||||
1338: "yoshi",
|
1338: "yoshi",
|
||||||
1339: "young link",
|
1339: "young link",
|
||||||
|
|
Loading…
Reference in New Issue