Commit 303c263a authored by POLYMER's avatar POLYMER

fix

parent 796e8157
...@@ -13,7 +13,6 @@ function c11607007.initial_effect(c) ...@@ -13,7 +13,6 @@ function c11607007.initial_effect(c)
-- 遗言盖放 -- 遗言盖放
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(11607007,1)) e2:SetDescription(aux.Stringid(11607007,1))
e2:SetCategory(CATEGORY_SEARCH)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_DESTROYED) e2:SetCode(EVENT_DESTROYED)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c11607018.initial_effect(c) function c11607018.initial_effect(c)
--fusion procedure --fusion procedure
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddFusionProcMixRep(c,true,true,c11607018.filter,1,1,11607003,11607005,11607007,11607009,11607011,11607013) aux.AddFusionProcMixRep(c,true,true,11607001,1,1,11607003,11607005,11607007,11607009,11607011,11607013)
--special summon rule --special summon rule
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
...@@ -48,10 +48,6 @@ function c11607018.initial_effect(c) ...@@ -48,10 +48,6 @@ function c11607018.initial_effect(c)
e4:SetOperation(c11607018.dkdesop) e4:SetOperation(c11607018.dkdesop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
--fusion material
function c11607018.filter(c)
return c:IsFusionCode(11607001)
end
--special summon rule functions --special summon rule functions
function c11607018.spfilter1(c,fc,tp) function c11607018.spfilter1(c,fc,tp)
return c:IsCode(11607001) and c:IsCanBeFusionMaterial(fc) and c:IsAbleToDeckOrExtraAsCost() return c:IsCode(11607001) and c:IsCanBeFusionMaterial(fc) and c:IsAbleToDeckOrExtraAsCost()
......
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