Commit f9676315 authored by CubeRuler's avatar CubeRuler

fixed

parent 9722aeac
......@@ -11,7 +11,7 @@ cm.set_card=0x55f --字 段
function cm.initial_effect(c)
c:EnableReviveLimit()
--Link Summon
aux.AddLinkProcedure(c,cm.isset,1,1)
aux.AddLinkProcedure(c,cm.mfilter,1,1)
--Atk Down
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
......@@ -35,7 +35,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.isset(c)
return c:IsSetCard(cm.set_card) or c.isStarLock and not c:IsType(TYPE_LINK)
return c:IsSetCard(cm.set_card) or c.isStarLock
end
--Link Summon
function cm.mfilter(c)
......
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