PEP8 formatting! \o/

This commit is contained in:
Ebag333
2016-10-19 14:03:31 -07:00
parent a314cd7cfd
commit 2a0a572b76
45 changed files with 86 additions and 48 deletions

View File

@@ -9,6 +9,6 @@ def handler(fit, module, context):
# Note: we increase maxGroupActive by two.
# If we only increased it by one, we'd get the number to stay equal
# As Comman Processors use one themselves too
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator" and \
"maxGroupActive" in mod.itemModifiedAttributes,
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator" and
"maxGroupActive" in mod.itemModifiedAttributes,
"maxGroupActive", 1)