Commit b8c75379 authored by Chen Bill's avatar Chen Bill Committed by GitHub

Revert "fix TG グレイヴ・ブラスター (#2194)" (#2236)

This reverts commit e834eec8.
parent 60a23de3
......@@ -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,false,false) and c:IsType(TYPE_MONSTER) or c:IsStatus(STATUS_PROC_COMPLETE)
and c:IsCanBeSpecialSummoned(e,0,tp,true,false) and c:IsType(TYPE_MONSTER)
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