Commit 7e1148c8 authored by GuGu's avatar GuGu

Update c200017.lua 检索范围修正

parent 15290faf
Pipeline #24795 passed with stage
in 1 minute and 28 seconds
......@@ -30,7 +30,7 @@ function c200017.initial_effect(c)
end
function c200017.filter(c)
local x=c:GetOriginalCode()
return c:IsOriginalSetCard(0x700) and c:IsAbleToGrave() --and c:GetLevel()<=8
return c:IsOriginalSetCard(0x700) and c:IsAbleToGrave() and c:IsType(TYPE_MONSTER)
end
function c200017.rfilter(c,lv)
return c:GetLevel()==lv
......
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