Commit 61337da9 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008019.lua

parent b4f25d87
...@@ -44,12 +44,9 @@ function c12008019.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,12 +44,9 @@ function c12008019.spop(e,tp,eg,ep,ev,re,r,rp)
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():GetFirst()
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
if tc:IsSetCard(0x1fb3) and tc:IsType(TYPE_MONSTER) then local gg=tc:Filter(Card.IsSetCard,nil,0x1fb3)
Duel.BreakEffect() tc:Sub(gg)
else
Duel.BreakEffect()
Duel.SendtoGrave(tc,REASON_EFFECT+REASON_DISCARD) Duel.SendtoGrave(tc,REASON_EFFECT+REASON_DISCARD)
end
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
end end
function c12008019.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c12008019.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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