Commit 402d1755 authored by wyykak's avatar wyykak

remove useless code

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent d9deda6d
Pipeline #29068 passed with stage
in 10 seconds
......@@ -2,15 +2,6 @@
local m=14000260
local cm=_G["c"..m]
function cm.initial_effect(c)
if wyykak_reboot_code and wyykak_reboot_code ~= m then
local nm = wyykak_reboot_code
_G["c"..nm] = {}
local ncm = _G["c"..nm]
Duel.LoadScript("c"..nm..".lua")
ncm.initial_effect(c)
return
end
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
......@@ -2,14 +2,6 @@
local M = c999702
local Mid = 999702
function M.initial_effect(c)
if c:IsType(TYPE_SYNCHRO) then
local nm = 999718
_G["c"..nm] = {}
local ncm = _G["c"..nm]
Duel.LoadScript("c"..nm..".lua")
ncm.initial_effect(c)
return
end
--xyz summon
aux.AddXyzProcedure(c,nil,1,2)
c:EnableReviveLimit()
......
......@@ -2,14 +2,6 @@
local M = c999704
local Mid = 999704
function M.initial_effect(c)
if c:IsType(TYPE_SYNCHRO) then
local nm = 999719
_G["c"..nm] = {}
local ncm = _G["c"..nm]
Duel.LoadScript("c"..nm..".lua")
ncm.initial_effect(c)
return
end
--xyz summon
aux.AddXyzProcedure(c,nil,2,2)
c:EnableReviveLimit()
......
......@@ -2,14 +2,6 @@
local M = c999706
local Mid = 999706
function M.initial_effect(c)
if c:IsType(TYPE_SYNCHRO) then
local nm = 999720
_G["c"..nm] = {}
local ncm = _G["c"..nm]
Duel.LoadScript("c"..nm..".lua")
ncm.initial_effect(c)
return
end
--xyz summon
aux.AddXyzProcedure(c,nil,4,2)
c:EnableReviveLimit()
......
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