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
Vury Leo
pre-release-database-cdb
Commits
c1a2d5a1
Commit
c1a2d5a1
authored
Aug 11, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix キラーチューン・リミックス
parent
be14064b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c100245036.lua
script/c100245036.lua
+3
-3
No files found.
script/c100245036.lua
View file @
c1a2d5a1
...
...
@@ -62,8 +62,8 @@ end
function
s
.
spfilter
(
c
)
return
c
:
IsSynchroSummonable
(
nil
)
and
c
:
IsType
(
TYPE_TUNER
)
end
function
s
.
rthfilter
(
c
,
tp
,
g
)
return
c
:
IsAbleToHand
()
and
g
:
FilterCount
(
Card
.
IsCanBeSpecialSummoned
,
c
,
0
,
tp
,
false
,
false
)
==
1
function
s
.
rthfilter
(
c
,
tp
,
e
,
g
)
return
c
:
IsAbleToHand
()
and
g
:
FilterCount
(
Card
.
IsCanBeSpecialSummoned
,
c
,
e
,
0
,
tp
,
false
,
false
)
==
1
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
...
...
@@ -71,7 +71,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
g
:
SelectSubGroup
(
tp
,
s
.
sporthGroup
,
false
,
2
,
2
,
e
,
tp
)
if
g
:
GetCount
()
>
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tc
=
sg
:
FilterSelect
(
tp
,
s
.
rthfilter
,
1
,
1
,
nil
,
tp
,
sg
):
GetFirst
()
local
tc
=
sg
:
FilterSelect
(
tp
,
s
.
rthfilter
,
1
,
1
,
nil
,
tp
,
e
,
sg
):
GetFirst
()
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
sg
:
RemoveCard
(
tc
)
...
...
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