Commit 18c8da0a authored by Chen Bill's avatar Chen Bill

update TG グレイヴ・ブラスター

for short-circuit
parent 5bb32704
......@@ -69,8 +69,8 @@ function s.matchk(e,c)
ef:SetCountLimit(ct)
end
function s.sfilter(c,e,tp)
return c:IsFaceup() and c:IsCanBeEffectTarget(e)
and c:IsCanBeSpecialSummoned(e,0,tp,true,false) and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_TOKEN)
return not c:IsType(TYPE_TOKEN) and c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsCanBeEffectTarget(e)
and c:IsCanBeSpecialSummoned(e,0,tp,true,false)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local g=eg:Filter(s.sfilter,nil,e,tp)
......
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