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
54eacd14
Commit
54eacd14
authored
Aug 17, 2024
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
74561044 test2
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
986f8baf
Pipeline
#29254
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
script/c74561044.lua
script/c74561044.lua
+4
-4
No files found.
script/c74561044.lua
View file @
54eacd14
...
@@ -104,9 +104,9 @@ function cCardno.wdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -104,9 +104,9 @@ function cCardno.wdop(e,tp,eg,ep,ev,re,r,rp)
local
obj
=
e1
:
GetLabelObject
()
local
obj
=
e1
:
GetLabelObject
()
if
not
obj
then
if
not
obj
then
if
not
cCardno
.
myTable
or
not
cCardno
.
myGroup
then
if
not
cCardno
.
myTable
or
not
cCardno
.
myGroup
then
cCardno
.
myTable
=
{}
cCardno
.
myTable
=
{}
cCardno
.
myGroup
=
Group
.
CreateGroup
()
cCardno
.
myGroup
=
Group
.
CreateGroup
()
local
allCardGroup
=
Duel
.
GetFieldGroup
(
0
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
local
allCardGroup
=
Duel
.
GetFieldGroup
(
0
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
local
seedCard
=
allCardGroup
:
GetFirst
()
local
seedCard
=
allCardGroup
:
GetFirst
()
local
count
=
1
local
count
=
1
while
count
<=
6
and
seedCard
do
while
count
<=
6
and
seedCard
do
...
@@ -118,8 +118,8 @@ function cCardno.wdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -118,8 +118,8 @@ function cCardno.wdop(e,tp,eg,ep,ev,re,r,rp)
end
end
seedCard
=
allCardGroup
:
GetNext
()
seedCard
=
allCardGroup
:
GetNext
()
end
end
cCardno
.
myGroup
:
KeepAlive
()
end
end
cCardno
.
myGroup
:
KeepAlive
()
obj
=
cCardno
.
myGroup
:
Clone
()
obj
=
cCardno
.
myGroup
:
Clone
()
obj
:
KeepAlive
()
obj
:
KeepAlive
()
end
end
...
...
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