Commit 92ed8224 authored by wyykak's avatar wyykak

Merge branch 'patch-4' into 'master'

Update c60151305.lua 新版本检索条件

See merge request !13
parents 0b13c578 211ddac9
Pipeline #14149 passed with stage
in 51 seconds
......@@ -35,7 +35,7 @@ function c60151305.initial_effect(c)
c:RegisterEffect(e4)
end
function c60151305.tgfilter(c)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and c:IsLevel(3)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c60151305.tgfilter2(c)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
......
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