GUI implementation of alpha clone switching
This commit is contained in:
@@ -188,6 +188,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()
|
||||
|
||||
@@ -233,6 +236,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