Commit 4e40432e authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 4822c024
...@@ -68,6 +68,10 @@ function c33711006.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,6 +68,10 @@ function c33711006.operation(e,tp,eg,ep,ev,re,r,rp)
if tc:IsCode(ac) and tc:IsAbleToHand() then if tc:IsCode(ac) and tc:IsAbleToHand() then
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
if not tc:IsSetCard(0x442) then
local deg=Duel.GetMatchingGroup(c33711006.desfilter,tp,LOCATION_SZONE,0,nil)
Duel.Destroy(deg,REASON_EFFECT)
end
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
else else
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
......
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