Fix command boosts (attributes renamed)
This commit is contained in:
@@ -64,7 +64,7 @@ def handler(fit, module, context, **kwargs):
|
||||
|
||||
for x in xrange(1, 4):
|
||||
if module.getModifiedChargeAttr("warfareBuff{}ID".format(x)):
|
||||
value = module.getModifiedChargeAttr("warfareBuff{}Modifier".format(x))
|
||||
value = module.getModifiedChargeAttr("warfareBuff{}Multiplier".format(x))
|
||||
id = module.getModifiedChargeAttr("warfareBuff{}ID".format(x))
|
||||
|
||||
if id:
|
||||
|
||||
Reference in New Issue
Block a user