Commit a16088ec authored by mercury233's avatar mercury233

uptate scripts

parent 41df056e
......@@ -63,7 +63,7 @@ function c100306003.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RegisterEffect(e1,tp)
while true do
local mg=rg:Filter(c100306003.fselect,g,tp,rg,g)
if mg:GetCount()==0 or (c100306003.fgoal(tp,sg) and not Duel.SelectYesNo(tp,210)) then break end
if mg:GetCount()==0 or (c100306003.fgoal(tp,g) and not Duel.SelectYesNo(tp,210)) then break end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=Duel.SelectReleaseGroup(tp,c100306003.relfilter,1,1,nil,mg)
g:Merge(sg)
......
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