Commit 5e4ffde7 authored by mercury233's avatar mercury233 Committed by GitHub

fix 絵札融合

parent 2064684e
...@@ -96,7 +96,7 @@ function c29062925.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -96,7 +96,7 @@ function c29062925.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=tg:GetFirst() local tc=tg:GetFirst()
if sg1:IsContains(tc) and (sg2==nil or not sg2:IsContains(tc) or not Duel.SelectYesNo(tp,ce:GetDescription())) then if sg1:IsContains(tc) and (sg2==nil or not sg2:IsContains(tc) or not Duel.SelectYesNo(tp,ce:GetDescription())) then
if exmat then if exmat then
aux.FCheckAdditional=c29062925.fcheck aux.FCheckAdditional=c29062925.frcheck
aux.GCheckAdditional=c29062925.gcheck aux.GCheckAdditional=c29062925.gcheck
end end
local mat1=Duel.SelectFusionMaterial(tp,tc,mg1,nil,chkf) local mat1=Duel.SelectFusionMaterial(tp,tc,mg1,nil,chkf)
......
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