Commit 18cb7270 authored by Momobako's avatar Momobako

Push by Appveyor

parent 54108fec
......@@ -62,6 +62,9 @@ function c13254123.initial_effect(c)
Duel.AddCustomActivityCounter(13254123,ACTIVITY_SPSUMMON,c13254123.counterfilter)
end
function c13254123.counterfilter(c)
return c:IsSetCard(0x356)
end
function c13254123.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetCustomActivityCount(13254123,tp,ACTIVITY_SPSUMMON)==0 end
local e1=Effect.CreateEffect(e:GetHandler())
......
......@@ -13,9 +13,9 @@ function c13257231.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(13257231,0))
e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_ACTIVATE)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1)
e2:SetTarget(c13257231.target)
e2:SetOperation(c13257231.operation)
......
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