Commit 04f56ac9 authored by VanillaSalt's avatar VanillaSalt

fix

parent 6cba898b
...@@ -424,7 +424,7 @@ function Auxiliary.FOperationCode2(code1,code2,sub,insf) ...@@ -424,7 +424,7 @@ function Auxiliary.FOperationCode2(code1,code2,sub,insf)
elseif gc:IsCode(code1) then elseif gc:IsCode(code1) then
g1=g:FilterSelect(tp,Card.IsCode,1,1,gc,code2) g1=g:FilterSelect(tp,Card.IsCode,1,1,gc,code2)
else else
g1=e:FilterSelect(tp,Card.IsCode,1,1,gc,code1) g1=g:FilterSelect(tp,Card.IsCode,1,1,gc,code1)
end end
Duel.SetFusionMaterial(g1) Duel.SetFusionMaterial(g1)
return return
......
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