Merge branch 'feature/alphaclones' into development
This commit is contained in:
@@ -205,6 +205,9 @@ class Character(object):
|
||||
def all5ID(self):
|
||||
return self.all5().ID
|
||||
|
||||
def getAlphaCloneList(self):
|
||||
return eos.db.getAlphaCloneList()
|
||||
|
||||
def getCharacterList(self):
|
||||
return eos.db.getCharacterList()
|
||||
|
||||
@@ -250,6 +253,10 @@ class Character(object):
|
||||
skills.append((skill.ID, skill.name))
|
||||
return skills
|
||||
|
||||
def setAlphaClone(self, char, cloneID):
|
||||
char.alphaCloneID = cloneID
|
||||
eos.db.commit()
|
||||
|
||||
def getSkillDescription(self, itemID):
|
||||
return eos.db.getItem(itemID).description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user