Add ammo display when relevant as well as icons for the stats

This commit is contained in:
cncfanatics
2010-10-04 16:26:05 +02:00
parent 1ee8f481d6
commit c5e69816fa
5 changed files with 30 additions and 10 deletions

View File

@@ -167,6 +167,9 @@ class Market():
def getImplantTree(self):
return self.getChildren(27)
def getItem(self, itemId):
return eos.db.getItem(itemId)
def getMarketRoot(self):
"""
Get the root of the market tree.