diff --git a/eos/saveddata/module.py b/eos/saveddata/module.py index d20efad5f..4778be41e 100644 --- a/eos/saveddata/module.py +++ b/eos/saveddata/module.py @@ -64,7 +64,7 @@ class Hardpoint(Enum): TURRET = 2 -class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut, list): +class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut): """An instance of this class represents a module together with its charge and modified attributes""" DAMAGE_TYPES = ("em", "thermal", "kinetic", "explosive") MINING_ATTRIBUTES = ("miningAmount",)