Commit 59054105 authored by POLYMER's avatar POLYMER

fix

parent 6d6625a0
...@@ -4,7 +4,7 @@ function cm.initial_effect(c) ...@@ -4,7 +4,7 @@ function cm.initial_effect(c)
aux.AddCodeList(c,23410101) aux.AddCodeList(c,23410101)
c:EnableReviveLimit() c:EnableReviveLimit()
--fusion material --fusion material
aux.AddFusionProcFunRep(c,cm.ffilter,6,true) --aux.AddFusionProcFunRep(c,cm.ffilter,6,true)
--code --code
aux.EnableChangeCode(c,23410101,LOCATION_MZONE) aux.EnableChangeCode(c,23410101,LOCATION_MZONE)
--special summon rule --special summon rule
...@@ -131,7 +131,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -131,7 +131,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp,c)
local og=mg:Filter(Card.IsLocation,nil,LOCATION_MZONE) local og=mg:Filter(Card.IsLocation,nil,LOCATION_MZONE)
if #og>0 and #sg==5 and Duel.GetLocationCountFromEx(tp,tp,sg,c)==0 then if #og>0 and #sg==5 and Duel.GetLocationCountFromEx(tp,tp,sg,c)==0 then
cg=og cg=og
end end
Duel.Hint(3,tp,HINTMSG_FMATERIAL) Duel.Hint(3,tp,HINTMSG_FMATERIAL)
local tc=cg:SelectUnselect(cancel_group,tp,button,false,3,6) local tc=cg:SelectUnselect(cancel_group,tp,button,false,3,6)
if not tc then break end if not tc then break end
...@@ -139,7 +139,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -139,7 +139,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp,c)
sg:RemoveCard(tc) sg:RemoveCard(tc)
else else
sg:AddCard(tc) sg:AddCard(tc)
end end
end end
c:SetMaterial(sg) c:SetMaterial(sg)
if sg:IsExists(Card.IsFacedown,1,nil) then if sg:IsExists(Card.IsFacedown,1,nil) then
......
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