Commit f5ddfb2d authored by Vury Leo's avatar Vury Leo

trim

parent b04117e7
Pipeline #37085 failed with stages
in 1 minute and 23 seconds
...@@ -25,6 +25,7 @@ function s.fusfilter(c) ...@@ -25,6 +25,7 @@ function s.fusfilter(c)
if material_count~=nil and #material_count>=2 then if material_count~=nil and #material_count>=2 then
if material_count[2]<3 then if material_count[2]<3 then
return false return false
end end
end end
end end
......
...@@ -2717,6 +2717,7 @@ function FusionSpell.GetAllLocationsForTargetCard(tc,tp,pre_select_mat_location, ...@@ -2717,6 +2717,7 @@ function FusionSpell.GetAllLocationsForTargetCard(tc,tp,pre_select_mat_location,
all_locations=all_locations|pre_select_mat_location all_locations=all_locations|pre_select_mat_location
end end
if post_select_mat_location~=nil then if post_select_mat_location~=nil then
all_locations=all_locations|post_select_mat_location all_locations=all_locations|post_select_mat_location
end end
return all_locations return all_locations
......
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