Insert instead of appending when we're asked to...

This commit is contained in:
DarkPhoenix
2019-04-20 13:30:07 +03:00
parent 417ffd396c
commit 8ca5b34c14

View File

@@ -267,7 +267,7 @@ class HandledImplantList(HandledList):
HandledList.insert(self, idx, implant)
self.remove(implant)
raise HandledListActionError(implant)
HandledList.append(self, implant)
HandledList.insert(self, idx, implant)
def makeRoom(self, implant):
# if needed, remove booster that was occupying slot