Commit 023ed6a1 authored by Huangnan's avatar Huangnan

Update c1009024.lua

parent 4b6dd6d8
...@@ -27,6 +27,9 @@ function c1009024.initial_effect(c) ...@@ -27,6 +27,9 @@ function c1009024.initial_effect(c)
e3:SetOperation(c1009024.thop2) e3:SetOperation(c1009024.thop2)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c1009024.lcheck(g)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x520c)
end
function c1009024.thcon(e,tp,eg,ep,ev,re,r,rp) function c1009024.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK) return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end 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