Commit 23cbfb78 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12027012.lua

parent 44b70027
...@@ -52,6 +52,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,6 +52,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetDecktopGroup(tp,1) local g=Duel.GetDecktopGroup(tp,1)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc:IsSetCard(0xfb0) or tc:IsSetCard(0x2fbd) then if tc:IsSetCard(0xfb0) or tc:IsSetCard(0x2fbd) then
Duel.SendtoGrave(tc,REASON_EFFECT)
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.NegateEffect(ev) Duel.NegateEffect(ev)
Duel.SendtoExtraP(e:GetHandler(),tp,REASON_EFFECT) Duel.SendtoExtraP(e:GetHandler(),tp,REASON_EFFECT)
...@@ -78,4 +79,4 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,4 +79,4 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
\ No newline at end of file
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