From bf5c4430538afaaf712f9d0854b07ff27566520f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 5 Nov 2014 22:03:43 +0300 Subject: [PATCH] Fix command processors - they used to allow to have 2 more ganglinks online --- eos/effects/flagshipmultirelayeffect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effects/flagshipmultirelayeffect.py b/eos/effects/flagshipmultirelayeffect.py index 543504322..b62ac6282 100644 --- a/eos/effects/flagshipmultirelayeffect.py +++ b/eos/effects/flagshipmultirelayeffect.py @@ -9,4 +9,4 @@ def handler(fit, module, context): #As Comman Processors use one themselves too fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator" and \ "maxGroupActive" in mod.itemModifiedAttributes, - "maxGroupActive", 2) \ No newline at end of file + "maxGroupActive", 1)