From 1540c9463a987f570e53ed649d8f1e5f783edeac Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Mon, 21 Nov 2016 13:10:59 -0800 Subject: [PATCH] Added unused attributes --- eos/effects/industrialcoreeffect2.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eos/effects/industrialcoreeffect2.py b/eos/effects/industrialcoreeffect2.py index 8cc07bf85..a30ffd518 100644 --- a/eos/effects/industrialcoreeffect2.py +++ b/eos/effects/industrialcoreeffect2.py @@ -93,3 +93,9 @@ def handler(fit, src, context): ) # Todo: remote impedance (no reps, etc) + fit.ship.increaseItemAttr("warpScrambleStatus", src.getModifiedItemAttr("siegeModeWarpStatus")) + fit.ship.boostItemAttr("remoteRepairImpedance", src.getModifiedItemAttr("remoteRepairImpedanceBonus")) + fit.ship.increaseItemAttr("disallowTethering", src.getModifiedItemAttr("disallowTethering")) + fit.ship.boostItemAttr("sensorDampenerResistance", src.getModifiedItemAttr("sensorDampenerResistanceBonus")) + fit.ship.boostItemAttr("remoteAssistanceImpedance", src.getModifiedItemAttr("remoteAssistanceImpedanceBonus")) + fit.ship.increaseItemAttr("disallowDocking", src.getModifiedItemAttr("disallowDocking"))