Commit d1ed8bf1 authored by GuGu's avatar GuGu

Update c60151303.lua 新版本检索条件

parent c05fd69d
......@@ -44,7 +44,7 @@ function c60151303.initial_effect(c)
c:RegisterEffect(e5)
end
function c60151303.tgfilter(c)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave() and c:IsLevel(3)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
end
function c60151303.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c60151303.tgfilter,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