From 8ca5b34c14c55ba077ea3f11e594d4c6d01fa1c8 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 20 Apr 2019 13:30:07 +0300 Subject: [PATCH] Insert instead of appending when we're asked to... --- eos/effectHandlerHelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effectHandlerHelpers.py b/eos/effectHandlerHelpers.py index efb460e2d..57deba646 100644 --- a/eos/effectHandlerHelpers.py +++ b/eos/effectHandlerHelpers.py @@ -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