Fix for #946 - citadel rig not increasing max targets

This commit is contained in:
blitzman
2017-01-17 20:18:12 -05:00
parent 5e0567ef4d
commit 3f24a4b2c5

View File

@@ -3,4 +3,5 @@ type = "passive"
def handler(fit, src, context):
fit.ship.increaseItemAttr("maxLockedTargets", src.getModifiedItemAttr("structureRigMaxTargetBonus"))
fit.extraAttributes.increase("maxTargetsLockedFromSkills", src.getModifiedItemAttr("structureRigMaxTargetBonus"))