Commit 1e0d0f26 authored by mercury233's avatar mercury233

fix

parent 0a448004
......@@ -2,6 +2,7 @@
--
--Script by JoyJ
function c100200208.initial_effect(c)
aux.AddCodeList(c,46986414,89631139)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100200208,0))
......
......@@ -31,7 +31,7 @@ function c100426020.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
Duel.ShuffleHand(tp)
if Duel.IsEnvironment(22702055) and Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)>0
if Duel.IsEnvironment(22702055) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c100426020.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp)
and Duel.SelectYesNo(tp,aux.Stringid(100426020,0)) then
Duel.BreakEffect()
......
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