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)