Commit 3ecb9eae authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12013007.lua

parent 52781100
......@@ -11,6 +11,7 @@ function c12013007.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,12013007)
e1:SetCost(c12013007.cost)
e1:SetCondition(c12013007.condition)
e1:SetTarget(c12013007.sptg)
e1:SetOperation(c12013007.spop)
c:RegisterEffect(e1)
......@@ -28,6 +29,9 @@ function c12013007.initial_effect(c)
e2:SetOperation(c12013007.thop)
c:RegisterEffect(e2)
end
function c12013007.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end
function c12013007.lcheck(g,lc)
return g:IsExists(Card.IsSetCard,1,nil,0xfb6)
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