Fix for t2 cloaks on prospect
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user