Commit d1b00fd6 authored by Vury Leo's avatar Vury Leo

linting

parent 968e6008
...@@ -2672,9 +2672,9 @@ function FusionSpell.GetSummonOperation( ...@@ -2672,9 +2672,9 @@ function FusionSpell.GetSummonOperation(
end end
end end
-- perform operations on materials -- perform operations on grouped materials
for operation,materials in pairs(material_grouped_by_op) do for operation,grouped_materials in pairs(material_grouped_by_op) do
operation(materials,tp) operation(grouped_materials,tp)
end end
-- mark effect as used once. if count limit reached, reset the effect -- 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