From 4f2e962a4603039b306194c7bf37a92cd82b76df Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Mon, 15 Oct 2018 13:55:14 +0300 Subject: [PATCH] Blow sig of command destroyers which are using MJFG --- eos/effects/microjumpportaldrive.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eos/effects/microjumpportaldrive.py b/eos/effects/microjumpportaldrive.py index 1e5a02569..0b96a9743 100644 --- a/eos/effects/microjumpportaldrive.py +++ b/eos/effects/microjumpportaldrive.py @@ -5,5 +5,6 @@ type = "active" -def handler(fit, src, context): - pass +def handler(fit, module, context): + fit.ship.boostItemAttr("signatureRadius", module.getModifiedItemAttr("signatureRadiusBonusPercent"), + stackingPenalties=True)