Make a relation between characters and sso chars

This commit is contained in:
blitzmann
2018-03-11 19:39:58 -04:00
parent 75f9a0252a
commit be19b7414a
2 changed files with 19 additions and 2 deletions

View File

@@ -205,6 +205,13 @@ class HandledImplantBoosterList(HandledList):
HandledList.append(self, thing)
class HandledSsoCharacterList(HandledList):
def append(self, character):
for x in self:
print(x)
HandledList.append(self, character)
class HandledProjectedModList(HandledList):
def append(self, proj):
if proj.isInvalid: