Commit 19950edc authored by fallenstardust's avatar fallenstardust

fix TM01-JP122 Script

parent 379f7d5f
......@@ -45,7 +45,10 @@ function c100211122.sumfilter(c)
end
function c100211122.sumtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c100211122.sumfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,nil) end
if chk==0 then
local c = e:GetHandler()
return Duel.IsExistingMatchingCard(c100211122.sumfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,c)
end
Duel.SetOperationInfo(0,CATEGORY_SUMMON,nil,1,0,0)
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