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 ...@@ -51,7 +51,7 @@ end
-- --
function M.fselect(g,tp,sc) function M.fselect(g,tp,sc)
return g:GetCount()==2 and Duel.GetLocationCountFromEx(tp,tp,g,sc)>0 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 end
function M.spfilter(c,fc) function M.spfilter(c,fc)
return c:IsAbleToDeckAsCost() and c:IsCanBeFusionMaterial(fc) and c:IsFaceup() 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) ...@@ -74,7 +74,8 @@ function M.sprtg(e,tp,eg,ep,ev,re,r,rp,chk,c)
end end
function M.sprop(e,tp,eg,ep,ev,re,r,rp,c) function M.sprop(e,tp,eg,ep,ev,re,r,rp,c)
local g=e:GetLabelObject() 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() g:DeleteGroup()
end 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