diff --git a/lokrez/smashgg.py b/lokrez/smashgg.py index b0ed8e4..bd0ed05 100644 --- a/lokrez/smashgg.py +++ b/lokrez/smashgg.py @@ -19,6 +19,7 @@ class Player(): """A Player, as registered by the smash.gg API, and their characters choices and placement in a tournament""" + # TODO fill missing chars CHARACTERS = { 1272: "bowser jr", 1273: "bowser", @@ -65,7 +66,7 @@ class Player(): 1333: "toon link", 1334: "villager", 1335: "wario", - 1336: "wii-fit trainer", + 1336: "wii fit trainer", 1337: "wolf", 1338: "yoshi", 1339: "young link",