Fix network sensor array effect

This commit is contained in:
blitzmann
2016-04-21 22:14:45 -04:00
parent 84a27a60a5
commit 71482c2359

View File

@@ -6,7 +6,7 @@ def handler(fit, src, context):
for scanType in ('Magnetometric', 'Ladar', 'Gravimetric', 'Radar'):
fit.ship.boostItemAttr("scan{}Strength".format(scanType),
src.getModifiedItemAttr("scan{}StrengthPercent").format(scanType),
src.getModifiedItemAttr("scan{}StrengthPercent".format(scanType)),
stackingPenalties=True)
# EW cap need increase