Commit dc8e8c62 authored by nanahira's avatar nanahira

fix

parent 9e0ba6f0
...@@ -448,14 +448,14 @@ return function(e,c) ...@@ -448,14 +448,14 @@ return function(e,c)
if c==nil then return true end if c==nil then return true end
if c:IsType(TYPE_PENDULUM) and c:IsFaceup() then return false end if c:IsType(TYPE_PENDULUM) and c:IsFaceup() then return false end
local tp=c:GetControler() local tp=c:GetControler()
local chkf=PLAYER_NONE local chkf=tp
local mg=Duel.GetMatchingGroup(cm.SelfFusionProcedureFilter,tp,loc,0,c,c,opf) local mg=Duel.GetMatchingGroup(cm.SelfFusionProcedureFilter,tp,loc,0,c,c,opf)
return c:CheckFusionMaterial(mg,nil,chkf) return c:CheckFusionMaterial(mg,nil,chkf)
end end
end end
function cm.SelfFusionProcedureOperation(loc,opf) function cm.SelfFusionProcedureOperation(loc,opf)
return function(e,tp,eg,ep,ev,re,r,rp,c) return function(e,tp,eg,ep,ev,re,r,rp,c)
local chkf=PLAYER_NONE local chkf=tp
local mg=Duel.GetMatchingGroup(cm.SelfFusionProcedureFilter,tp,loc,0,c,c,opf) local mg=Duel.GetMatchingGroup(cm.SelfFusionProcedureFilter,tp,loc,0,c,c,opf)
local g=Duel.SelectFusionMaterial(tp,c,mg,nil,chkf) local g=Duel.SelectFusionMaterial(tp,c,mg,nil,chkf)
c:SetMaterial(g) c:SetMaterial(g)
......
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