This commit is contained in:
blitzmann
2018-05-20 15:57:02 -04:00
parent e7c826b71c
commit 752c67bc0b

View File

@@ -4,5 +4,5 @@ runTime = "late"
def handler(fit, module, context):
for x in xrange(1, 4):
for x in range(1, 4):
module.boostChargeAttr("warfareBuff{}Multiplier".format(x), module.getModifiedItemAttr("commandBurstStrengthBonus"))