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
ce7f5e35
Commit
ce7f5e35
authored
Jul 13, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
d59326ae
Pipeline
#38972
failed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
script/c101302070.lua
script/c101302070.lua
+4
-1
No files found.
script/c101302070.lua
View file @
ce7f5e35
...
@@ -36,11 +36,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -36,11 +36,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
og
=
e
:
GetLabelObject
()
local
og
=
e
:
GetLabelObject
()
local
tc
=
og
:
Filter
(
aux
.
NOT
(
Card
.
IsType
),
nil
,
TYPE_FUSION
):
GetFirst
()
local
tc
=
og
:
Filter
(
aux
.
NOT
(
Card
.
IsType
),
nil
,
TYPE_FUSION
):
GetFirst
()
Duel
.
SetTargetCard
(
tc
)
Duel
.
SetTargetCard
(
tc
)
local
fc
=
og
:
Filter
(
aux
.
TRUE
,
tc
):
GetFirst
()
Duel
.
SetLabelObject
(
fc
)
og
:
DeleteGroup
()
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
)
end
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
nc
=
Duel
.
GetFirstTarget
()
local
nc
=
Duel
.
GetFirstTarget
()
local
fc
=
e
:
GetLabelObject
()
:
Filter
(
aux
.
TRUE
,
nc
):
GetFirst
()
local
fc
=
e
:
GetLabelObject
()
if
not
nc
:
IsRelateToChain
()
then
nc
=
nil
end
if
not
nc
:
IsRelateToChain
()
then
nc
=
nil
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nc
,
fc
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nc
,
fc
)
...
...
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