Fix for t2 cloaks on prospect

This commit is contained in:
blitzmann
2016-01-12 17:38:00 -05:00
parent 2f879d39f3
commit bdf793072c

View File

@@ -374,7 +374,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
if shipType is not None:
fitsOnType.add(shipType)
for i in xrange(1, 6):
for i in xrange(1, 10):
shipType = self.getModifiedItemAttr("canFitShipType%d" % i)
if shipType is not None:
fitsOnType.add(shipType)