Commit c88d3883 authored by Tachibana's avatar Tachibana 🐟

pic

parent 483612d6
Pipeline #26485 passed with stages
in 25 minutes and 49 seconds
......@@ -45,7 +45,7 @@ function c17032480.qfilter(c)
end
function c17032480.spfilter(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and
(c:IsStatus(STATUS_PROC_COMPLETE) or not s.qfilter(c))
(c:IsStatus(STATUS_PROC_COMPLETE) or not c17032480.qfilter(c))
end
function c17032480.target(e,tp,eg,ep,ev,re,r,rp,chk)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
......
......@@ -28,6 +28,9 @@ function c75600007.initial_effect(c)
e3:SetTarget(aux.TargetBoolFunction(Card.IsType,TYPE_MONSTER))
e3:SetValue(c75600007.atkval)
c:RegisterEffect(e3)
local e6=e3:Clone()
e6:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e6)
--SpecialSummon
local e4=Effect.CreateEffect(c)
e4:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_GRAVE_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