Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
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
八宫一月
pre-release-database-cdb
Commits
f1e5fea5
Commit
f1e5fea5
authored
Jan 26, 2024
by
八宫一月
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c101204067.lua
parent
385891d2
Pipeline
#25125
failed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c101204067.lua
script/c101204067.lua
+3
-3
No files found.
script/c101204067.lua
View file @
f1e5fea5
...
@@ -43,14 +43,14 @@ function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -43,14 +43,14 @@ function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
0
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
0
,
LOCATION_DECK
)
end
end
function
s
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_ONFIELD
)
local
p
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
)
local
dt
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
local
ct
=
Duel
.
GetFieldGroupCount
(
p
,
0
,
LOCATION_ONFIELD
)
local
dt
=
Duel
.
GetFieldGroupCount
(
p
,
LOCATION_DECK
,
0
)
ct
=
math.min
(
ct
,
dt
)
ct
=
math.min
(
ct
,
dt
)
if
ct
==
0
then
return
end
if
ct
==
0
then
return
end
local
t
=
{}
local
t
=
{}
for
i
=
1
,
ct
do
t
[
i
]
=
i
end
for
i
=
1
,
ct
do
t
[
i
]
=
i
end
local
ac
=
Duel
.
AnnounceNumber
(
tp
,
table.unpack
(
t
))
local
ac
=
Duel
.
AnnounceNumber
(
tp
,
table.unpack
(
t
))
local
p
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
)
Duel
.
ConfirmDecktop
(
p
,
ac
)
Duel
.
ConfirmDecktop
(
p
,
ac
)
local
g
=
Duel
.
GetDecktopGroup
(
p
,
ac
)
local
g
=
Duel
.
GetDecktopGroup
(
p
,
ac
)
if
#
g
>
0
then
if
#
g
>
0
then
...
...
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