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
MyCard
pre-release-database-cdb
Commits
335d97ca
Commit
335d97ca
authored
Nov 26, 2025
by
Crescent/毛虫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix サプライズ・フュージョン
parent
2a56e423
Pipeline
#41765
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
script/c100255016.lua
script/c100255016.lua
+3
-6
No files found.
script/c100255016.lua
View file @
335d97ca
...
@@ -126,7 +126,7 @@ function s.cfilter(c,tp,chk)
...
@@ -126,7 +126,7 @@ function s.cfilter(c,tp,chk)
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
if
chk
==
0
then
return
rg
:
Filter
(
s
.
cfilter
,
nil
,
tp
,
true
)
if
chk
==
0
then
return
rg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
,
true
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
end
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
2
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
2
,
0
,
0
)
...
@@ -136,11 +136,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -136,11 +136,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
srg
=
nil
local
srg
=
nil
if
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
,
true
)
then
local
chk
=
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
,
true
)
srg
=
rg
:
FilterSelect
(
tp
,
s
.
cfilter
,
1
,
1
,
nil
,
tp
,
true
)
srg
=
rg
:
FilterSelect
(
tp
,
s
.
cfilter
,
1
,
1
,
nil
,
tp
,
chk
)
else
srg
=
rg
:
FilterSelect
(
tp
,
s
.
cfilter
,
1
,
1
,
nil
,
tp
,
false
)
end
if
srg
and
srg
:
GetCount
()
>
0
then
if
srg
and
srg
:
GetCount
()
>
0
then
local
rc
=
srg
:
GetFirst
()
local
rc
=
srg
:
GetFirst
()
local
level
=
rc
:
GetLevel
()
local
level
=
rc
:
GetLevel
()
...
...
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