Commit 0b13c578 authored by wyykak's avatar wyykak

Merge branch 'patch-3' into 'master'

Update c60151303.lua 新版本检索条件

See merge request !14
parents 53f5b845 d1ed8bf1
Pipeline #14148 passed with stage
in 55 seconds
......@@ -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