Rework local drone commands

This commit is contained in:
DarkPhoenix
2019-04-12 23:46:41 +03:00
parent e6c9db3eef
commit 36c19fe6e8
5 changed files with 101 additions and 60 deletions

View File

@@ -239,7 +239,7 @@ class HandledDroneCargoList(HandledList):
HandledList.insert(self, idx, thing)
if thing.isInvalid:
self.remove(thing)
raise(HandledListActionError)
raise HandledListActionError(thing)
class HandledImplantList(HandledList):