Commit 4a3d5416 authored by wind2009's avatar wind2009

Merge branch 'mc/master' into master

parents fd2937a5 497b46b6
--トゥリスヴァレル・ドラゴン --トゥリスヴァレル・ドラゴン
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,67526112,20071842,23219325) aux.AddCodeList(c,67526112,20071842,38129297)
--link summon --link summon
aux.AddLinkProcedure(c,s.mfilter,2,99,s.lcheck) aux.AddLinkProcedure(c,s.mfilter,2,99,s.lcheck)
c:EnableReviveLimit() c:EnableReviveLimit()
...@@ -39,7 +39,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -39,7 +39,7 @@ function s.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
function s.thfilter(c) function s.thfilter(c)
return c:IsCode(67526112,20071842,23219325) and c:IsAbleToHand() return c:IsCode(67526112,20071842,38129297) and c:IsAbleToHand()
end end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) 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