Fix insert for boosters as well

This commit is contained in:
DarkPhoenix
2019-04-20 19:31:44 +03:00
parent edc1ef0e38
commit 327ad78eb8
2 changed files with 1 additions and 2 deletions

View File

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