Enable price column in fighters tab

This commit is contained in:
DarkPhoenix
2019-02-19 19:08:09 +03:00
parent 704042b4b7
commit 7aba11142f

View File

@@ -122,8 +122,8 @@ class FighterDisplay(d.Display):
# "Max Range",
# "Miscellanea",
"attr:maxVelocity",
"Fighter Abilities"
# "Price",
"Fighter Abilities",
"Price",
]
def __init__(self, parent):