Commit 5bb32704 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix TG グレイヴ・ブラスター (#2149)

修复被除外的卡片组内有衍生物时发动②效果导致客户端闪退的问题
parent 290c8715
......@@ -70,7 +70,7 @@ function s.matchk(e,c)
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 c:IsCanBeSpecialSummoned(e,0,tp,true,false) and c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_TOKEN)
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