Commit edca4e34 authored by Tachibana's avatar Tachibana 🐟

31

parent b80f5f5f
Pipeline #26661 passed with stages
in 23 minutes and 39 seconds
No preview for this file type
......@@ -3,7 +3,7 @@ local m=81000003
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
aux.AddCodeList(c,81000000)
aux.AddCodeList(c,81000000,81009000,81011000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
......@@ -3,7 +3,7 @@ local m=81000005
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
aux.AddCodeList(c,81000000)
aux.AddCodeList(c,81000000,81009000,81011000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
......
......@@ -3,7 +3,7 @@ local m=81000007
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
aux.AddCodeList(c,81000000)
aux.AddCodeList(c,81000000,81009000,81011000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
......@@ -2,7 +2,7 @@
local m=81000011
local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddCodeList(c,81000000)
aux.AddCodeList(c,81000000,81009000,81011000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON+CATEGORY_GRAVE_ACTION)
......
......@@ -2,7 +2,7 @@
local m=81000013
local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddCodeList(c,81000000)
aux.AddCodeList(c,81000000,81009000,81011000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_REMOVE)
......
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