Single line change to fix most (all??) of the problems

This commit is contained in:
Ebag333
2016-12-15 12:10:03 -08:00
parent 956fa7a8b7
commit 658a87cbc0

View File

@@ -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",)