Commit df77e3e1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c98600008.lua

parent 03545db1
Pipeline #30966 failed with stages
in 10 minutes and 35 seconds
......@@ -25,6 +25,7 @@ function cm.initial_effect(c)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetDescription(m*16)
e1:SetCondition(cm.con1)
e1:SetProperty(0x14000)
e1:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsType(TYPE_LINK) end
......@@ -215,3 +216,6 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(tc,nil,REASON_EFFECT)
end
end
function cm.con1(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end
\ No newline at end of file
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