Commit 1bef4f61 authored by Nemo Ma's avatar Nemo Ma

fix

parent 289d67ee
......@@ -82,6 +82,7 @@ function c18155051.activate2(e,tp,eg,ep,ev,re,r,rp,chk)
local sc=xg:SelectSubGroup(tp,c18155051.spgck2,0,1,1,e,tp,rg)
if not sc then return end
local zc=sc:GetFirst()
zc:SetMaterial(rg)
Duel.SpecialSummon(zc,SUMMON_TYPE_RITUAL,tp,tp,false,true,POS_FACEUP)
zc:CompleteProcedure()
end
......
......@@ -23,7 +23,7 @@ function c18155061.initial_effect(c)
c:RegisterEffect(e2)
end
function c18155061.tgf1(c,tp)
return c:IsFaceup() and c:IsSetCard(0x7bc2) or c:IsType(TYPE_FUSION+TYPE_SYNCHRO)
return c:IsFaceup() and c:IsSetCard(0x7bc2) or c:IsFaceup() and c:IsType(TYPE_FUSION+TYPE_SYNCHRO)
end
function c18155061.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and c18155061.tgf1(chkc,tp) 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