Commit d1b00fd6 authored by Vury Leo's avatar Vury Leo

linting

parent 968e6008
......@@ -2672,9 +2672,9 @@ function FusionSpell.GetSummonOperation(
end
end
-- perform operations on materials
for operation,materials in pairs(material_grouped_by_op) do
operation(materials,tp)
-- perform operations on grouped materials
for operation,grouped_materials in pairs(material_grouped_by_op) do
operation(grouped_materials,tp)
end
-- mark effect as used once. if count limit reached, reset the effect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment