Commit 6141458b authored by fallenstardust's avatar fallenstardust

fix QCDB-JP001 script

parent ce1e9edb
...@@ -125,11 +125,9 @@ function c100212001.FShaddollOperation() ...@@ -125,11 +125,9 @@ function c100212001.FShaddollOperation()
mg=eg:Filter(c100212001.FShaddollFilter,nil) mg=eg:Filter(c100212001.FShaddollFilter,nil)
end end
local g=nil local g=nil
if gc then if gc and c100212001.Chaos_FShaddollFilter(gc,mg,fc,chkf) then
if c100212001.Chaos_FShaddollFilter(gc,mg,fc,chkf) then g=Group.FromCards(gc)
g=Group.FromCards(gc) mg:RemoveCard(gc)
mg:RemoveCard(gc)
end
else else
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FMATERIAL) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FMATERIAL)
g=mg:FilterSelect(tp,c100212001.Chaos_FShaddollFilter,1,1,nil,mg,fc,chkf) g=mg:FilterSelect(tp,c100212001.Chaos_FShaddollFilter,1,1,nil,mg,fc,chkf)
......
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