Add a module ammo display column and add it to defaults

This commit is contained in:
cncfanatics
2010-09-30 18:21:45 +02:00
parent 8f4f26b0e3
commit aa2b399b4e
3 changed files with 52 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ class FittingView(d.Display):
"attr:cpu",
"attr:capacitorNeed",
"attr:trackingSpeed",
"Max range"]
"Max range",
"Module Ammo"]
def __init__(self, parent):
d.Display.__init__(self, parent)