Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HiiragiGuardians
ygopro-THC-cards
Commits
402d1755
Commit
402d1755
authored
Aug 09, 2024
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless code
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
d9deda6d
Pipeline
#29068
passed with stage
in 10 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
33 deletions
+0
-33
script/c14000260.lua
script/c14000260.lua
+0
-9
script/c999702.lua
script/c999702.lua
+0
-8
script/c999704.lua
script/c999704.lua
+0
-8
script/c999706.lua
script/c999706.lua
+0
-8
No files found.
script/c14000260.lua
View file @
402d1755
...
...
@@ -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
)
...
...
script/c999702.lua
View file @
402d1755
...
...
@@ -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
()
...
...
script/c999704.lua
View file @
402d1755
...
...
@@ -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
()
...
...
script/c999706.lua
View file @
402d1755
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment