Commit 47ce5a95 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent e4083666
...@@ -60,7 +60,7 @@ Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1) ...@@ -60,7 +60,7 @@ Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,1,0,0) end) Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,1,0,0) end)
.e("SetOperation",function(e,tp,eg,ep,ev,re,r,rp) .e("SetOperation",function(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)>0 then if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)>0 and Duel.IsExistingMatchingCard(function(c) return c:IsAbleToRemove() end,tp,0,LOCATION_GRAVE,1,nil) then
if Duel.SelectEffectYesNo(tp,e:GetHandler(),aux.Stringid(m,2)) then if Duel.SelectEffectYesNo(tp,e:GetHandler(),aux.Stringid(m,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,function(c) return c:IsAbleToRemove() end,tp,0,LOCATION_GRAVE,1,1,nil) local g=Duel.SelectMatchingCard(tp,function(c) return c:IsAbleToRemove() end,tp,0,LOCATION_GRAVE,1,1,nil)
......
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