Commit 9403bb0c authored by GuGu's avatar GuGu

Update c4114308.lua

parent 75c0f73f
Pipeline #33409 passed with stage
in 10 seconds
...@@ -92,7 +92,8 @@ end ...@@ -92,7 +92,8 @@ end
function c4114308.spop(e,tp,eg,ep,ev,re,r,rp) function c4114308.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.Destroy(tc,REASON_EFFECT)~=0 and c:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) and c:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
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