Commit 3f9bdf88 authored by wind2009's avatar wind2009

Fix

parent c12131ed
Pipeline #43151 canceled with stages
in 21 seconds
--王のしもべ-ブラック・マジシャン --王のしもべ-ブラック・マジシャン
CATEGORY_SSET =0x200000000 --包含盖放魔陷的效果
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
aux.EnableChangeCode(c,46986414,LOCATION_MZONE+LOCATION_GRAVE) aux.EnableChangeCode(c,46986414,LOCATION_MZONE+LOCATION_GRAVE)
......
--Pumpking the King of Grave Ghosts --Pumpking the King of Grave Ghosts
CATEGORY_SSET =0x200000000 --包含盖放魔陷的效果
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,97077563) aux.AddCodeList(c,97077563)
......
--Army of the Haunted --Army of the Haunted
CATEGORY_SSET =0x200000000 --包含盖放魔陷的效果
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,97077563) aux.AddCodeList(c,97077563)
......
...@@ -5,14 +5,14 @@ function s.initial_effect(c) ...@@ -5,14 +5,14 @@ function s.initial_effect(c)
--Activate --Activate
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_TOHAND+CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON+CATEGORY_MSET)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetCondition(s.condition) e1:SetCondition(s.condition)
e1:SetTarget(s.target) e1:SetTarget(s.target)
e1:SetOperation(s.activate) e1:SetOperation(s.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--set --special summon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1)) e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
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