Commit 788d66bf authored by GuGu's avatar GuGu

Update c999206.lua

parent 53cffffd
Pipeline #33486 passed with stage
in 8 seconds
......@@ -51,7 +51,7 @@ end
--
function M.fselect(g,tp,sc)
return g:GetCount()==2 and Duel.GetLocationCountFromEx(tp,tp,g,sc)>0
and aux.gffcheck(g,Card.IsCode,999203,M.ffilter,nil)
and aux.gffcheck(g,Card.IsFusionCode,999203,M.ffilter,nil)
end
function M.spfilter(c,fc)
return c:IsAbleToDeckAsCost() and c:IsCanBeFusionMaterial(fc) and c:IsFaceup()
......@@ -74,7 +74,8 @@ function M.sprtg(e,tp,eg,ep,ev,re,r,rp,chk,c)
end
function M.sprop(e,tp,eg,ep,ev,re,r,rp,c)
local g=e:GetLabelObject()
Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_SPSUMMON)
Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_MATERIAL+REASON_FUSION)
c:SetMaterial(g)
g:DeleteGroup()
end
--
......
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