Commit 28bb4996 authored by Tachibana's avatar Tachibana

eme

parent bf1c0e40
Pipeline #5860 canceled with stages
in 25 minutes and 47 seconds
......@@ -104,7 +104,7 @@ end
function c85402020.tdfilter(c,e,tp)
return c:IsCode(85402000) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c85402020.cktg(e,tp,eg,ep,ev,re,r,rp,chk)
function c85402020.cktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and c85402020.tdfilter(chkc) end
if chk==0 then return Duel.IsExistingTarget(c85402020.tdfilter,tp,LOCATION_GRAVE,0,1,nil,e,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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