Commit 1b8bfeeb authored by mercury233's avatar mercury233

fix

parent f89235fe
...@@ -33,7 +33,7 @@ function c15574615.spcost_selector(c,tp,g,sg,i) ...@@ -33,7 +33,7 @@ function c15574615.spcost_selector(c,tp,g,sg,i)
g:RemoveCard(c) g:RemoveCard(c)
local flag=false local flag=false
if i<4 then if i<4 then
flag=g:IsExists(c4335427.spcost_selector,1,nil,tp,g,sg,i+1) flag=g:IsExists(c15574615.spcost_selector,1,nil,tp,g,sg,i+1)
else else
flag=Duel.GetMZoneCount(tp,sg,tp)>0 flag=Duel.GetMZoneCount(tp,sg,tp)>0
end end
......
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