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
deadf05d
Commit
deadf05d
authored
Feb 10, 2026
by
八宫一月
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
64933c23
Pipeline
#43042
passed with stages
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
script/c100259006.lua
script/c100259006.lua
+2
-1
No files found.
script/c100259006.lua
View file @
deadf05d
...
...
@@ -11,6 +11,7 @@ function s.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetCost
(
s
.
cost
)
e1
:
SetCondition
(
s
.
con
)
...
...
@@ -36,7 +37,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
c
:
RemoveOverlayCard
(
tp
,
ct
,
2
,
REASON_COST
)
end
function
s
.
filter
(
c
)
return
(
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsLocation
(
LOCATION_GRAVE
))
and
c
:
IsCanOverlay
()
return
(
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
or
c
:
IsLocation
(
LOCATION_GRAVE
))
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
CanOverlay
()
end
function
s
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
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