Commit 15290faf authored by GuGu's avatar GuGu

Update c200016.lua 检索范围修正

parent 8d126928
Pipeline #24794 passed with stage
in 1 minute and 20 seconds
......@@ -63,7 +63,7 @@ function c200016.cost2(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c200016.filter(c)
local x=c:GetOriginalCode()
return c:IsOriginalSetCard(0x700) and c:IsAbleToHand() and x~=200016
return c:IsOriginalSetCard(0x700) and c:IsAbleToHand() and x~=200016 and c:IsType(TYPE_MONSTER)
end
function c200016.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c200016.filter,tp,LOCATION_DECK,0,1,nil) 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