Commit 790a1fcc authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008019.lua

parent 61337da9
...@@ -42,7 +42,7 @@ end ...@@ -42,7 +42,7 @@ end
function c12008019.spop(e,tp,eg,ep,ev,re,r,rp) function c12008019.spop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end if not e:GetHandler():IsRelateToEffect(e) then return end
if Duel.Draw(tp,2,REASON_EFFECT)==0 then return end if Duel.Draw(tp,2,REASON_EFFECT)==0 then return end
local tc=Duel.GetOperatedGroup():GetFirst() local tc=Duel.GetOperatedGroup()
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
local gg=tc:Filter(Card.IsSetCard,nil,0x1fb3) local gg=tc:Filter(Card.IsSetCard,nil,0x1fb3)
tc:Sub(gg) tc:Sub(gg)
......
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