Commit 34e0b2a4 authored by mercury233's avatar mercury233 Committed by GitHub

fix 受け継ぎし魂

parent e02ea8d3
......@@ -33,8 +33,12 @@ function c69145169.checkop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function c69145169.filter(c)
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c:IsAbleToGrave()
end
function c69145169.costfilter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsType(TYPE_EFFECT) and (c:IsFaceup() or c:IsControler(tp))
and Duel.IsExistingTarget(c69145169.filter,tp,0,LOCATION_MZONE,1,c)
end
function c69145169.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,69145170)==0
......@@ -58,9 +62,6 @@ end
function c69145169.atktg(e,c)
return c:GetFlagEffect(69145169)==0
end
function c69145169.filter(c)
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c:IsAbleToGrave()
end
function c69145169.spfilter(c,e,tp)
return c:IsType(TYPE_NORMAL) and c:IsLevelAbove(7) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
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