Commit 8c5078e6 authored by mercury233's avatar mercury233 Committed by GitHub

fix 転生炎獣コヨーテ

parent 357ae546
...@@ -43,7 +43,7 @@ function c71861848.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,7 @@ function c71861848.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetFlagEffect(71861848)>0 return e:GetHandler():GetFlagEffect(71861848)>0
end end
function c71861848.spfilter(c,e,tp) function c71861848.spfilter(c,e,tp)
return c:IsSetCard(0x119) and not c:IsCode(71861848) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x119) and not c:IsCode(71861848) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
end end
function c71861848.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c71861848.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and c71861848.spfilter(chkc,e,tp) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and c71861848.spfilter(chkc,e,tp) end
......
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