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
1
Merge Requests
1
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
MyCard
pre-release-database-cdb
Commits
a9cb3972
Commit
a9cb3972
authored
Sep 06, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix キラーチューン・キュー
parent
de3a9a2a
Pipeline
#40429
passed with stages
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c100245034.lua
script/c100245034.lua
+2
-2
No files found.
script/c100245034.lua
View file @
a9cb3972
...
@@ -81,7 +81,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,7 +81,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
if
not
Duel
.
IsPlayerCanRemove
(
tp
)
then
return
end
if
not
Duel
.
IsPlayerCanRemove
(
tp
)
then
return
end
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
if
ct
>
2
then
ct
=
2
end
if
ct
>
2
then
ct
=
2
end
if
ct
<
2
then
return
end
if
ct
==
0
then
return
end
Duel
.
ConfirmDecktop
(
1
-
tp
,
2
)
Duel
.
ConfirmDecktop
(
1
-
tp
,
2
)
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
2
)
local
g
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
2
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
...
@@ -92,7 +92,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -92,7 +92,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
DisableShuffleCheck
(
true
)
Duel
.
DisableShuffleCheck
(
true
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_EFFECT
)
g
:
Sub
(
sg
)
g
:
Sub
(
sg
)
if
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
2
),
aux
.
Stringid
(
id
,
3
))
==
1
then
if
#
g
>
0
and
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
2
),
aux
.
Stringid
(
id
,
3
))
==
1
then
Duel
.
MoveSequence
(
g
:
GetFirst
(),
SEQ_DECKBOTTOM
)
Duel
.
MoveSequence
(
g
:
GetFirst
(),
SEQ_DECKBOTTOM
)
end
end
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