Fix command processors - they used to allow to have 2 more ganglinks online

This commit is contained in:
DarkPhoenix
2014-11-05 22:03:43 +03:00
parent d298ed8e01
commit bf5c443053

View File

@@ -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)
"maxGroupActive", 1)