Commit d0df8ce7 authored by mercury233's avatar mercury233

fix

parent 2c6d3f74
...@@ -53,7 +53,7 @@ function c101010037.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function c101010037.ctop(e,tp,eg,ep,ev,re,r,rp)
if c:IsFacedown() or not c:IsRelateToEffect(e) then return end if c:IsFacedown() or not c:IsRelateToEffect(e) then return end
local ct=0 local ct=0
for i,type in ipairs({TYPE_FUSION,TYPE_RITUAL,TYPE_SYNCHRO,TYPE_XYZ}) do for i,type in ipairs({TYPE_FUSION,TYPE_RITUAL,TYPE_SYNCHRO,TYPE_XYZ}) do
if Duel.IsExistingMatchingCard(c101010037.cfilter2,0,LOCATION_GRAVE,0,1,nil,type) then if Duel.IsExistingMatchingCard(c101010037.cfilter2,tp,LOCATION_GRAVE,0,1,nil,type) then
ct=ct+1 ct=ct+1
end end
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