Commit 9387da3c authored by Huangnan's avatar Huangnan

fix

parent f2323758
Pipeline #36519 passed with stages
in 39 minutes and 16 seconds
No preview for this file type
...@@ -3,7 +3,7 @@ local s,id,o=GetID() ...@@ -3,7 +3,7 @@ local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--连接召唤 --连接召唤
c:EnableReviveLimit() c:EnableReviveLimit()
Link.AddProcedure(c,aux.FilterBoolFunction(Card.IsType,TYPE_EFFECT),3,4) aux.AddLinkProcedure(c,aux.FilterBoolFunction(Card.IsType,TYPE_EFFECT),3,4)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
......
...@@ -16,7 +16,8 @@ function s.initial_effect(c) ...@@ -16,7 +16,8 @@ function s.initial_effect(c)
c:RegisterEffect(e0) c:RegisterEffect(e0)
--pendulum summon --pendulum summon
aux.EnablePendulumAttribute(c,false) aux.EnablePendulumAttribute(c,false)
-cannot direct attack
--cannot direct attack
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_CANNOT_DIRECT_ATTACK) e2:SetCode(EFFECT_CANNOT_DIRECT_ATTACK)
......
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