Commit 22caf423 authored by fallenstardust's avatar fallenstardust

fix

parent e16e1cbd
...@@ -92,6 +92,6 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -92,6 +92,6 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tg=Duel.GetTargetsRelateToChain() local tg=Duel.GetTargetsRelateToChain()
if tg:GetCount()>0 then if tg:GetCount()>0 then
Duel.SpecialSummon(tg,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tg,0,tp,tp,false,false,,POS_FACEUP_DEFENSE)
end end
end end
\ No newline at end of file
...@@ -29,7 +29,7 @@ end ...@@ -29,7 +29,7 @@ end
function s.filter(c) function s.filter(c)
return c:IsSetCard(0xba) and c:IsFaceup() return c:IsSetCard(0xba) and c:IsFaceup()
end end
function s.filter(c) function s.filter2(c)
return c:IsSetCard(0xba) and c:IsType(TYPE_XYZ) and c:IsFaceup() return c:IsSetCard(0xba) and c:IsType(TYPE_XYZ) and c:IsFaceup()
end end
function s.condition(e,tp,eg,ep,ev,re,r,rp) function s.condition(e,tp,eg,ep,ev,re,r,rp)
......
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