Commit 460e5002 authored by wind2009's avatar wind2009

Fix

parent 7ba6a669
Pipeline #43146 failed with stages
in 1 minute and 2 seconds
--黒き混沌の魔術師ブラック・カオス --黒き混沌の魔術師ブラック・カオス
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit()
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
......
--光と闇の戦士カオス・ソルジャー --光と闇の戦士カオス・ソルジャー
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit()
aux.AddCodeList(c,101305044) aux.AddCodeList(c,101305044)
--remove --remove
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(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