Do not export mutated items for multibuy

This commit is contained in:
DarkPhoenix
2019-02-11 14:50:44 +03:00
parent 0997a54324
commit 89656b04ad
3 changed files with 9 additions and 3 deletions

View File

@@ -965,6 +965,10 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
else:
return currState
@property
def isMutated(self):
return bool(self.mutators)
def __deepcopy__(self, memo):
item = self.item
if item is None: