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
f55e6225
Commit
f55e6225
authored
Jul 20, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 星辰の刺毒
parent
58eb4477
Pipeline
#39261
passed with stages
in 2 minutes and 6 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/c101302077.lua
script/c101302077.lua
+2
-2
No files found.
script/c101302077.lua
View file @
f55e6225
...
@@ -15,7 +15,7 @@ function s.initial_effect(c)
...
@@ -15,7 +15,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
fselect
(
g
)
function
s
.
fselect
(
g
)
return
g
:
FilterCount
(
Card
.
IsType
,
TYPE_SPELL
+
TYPE_TRAP
)
<=
1
and
g
:
FilterCount
(
Card
.
IsType
,
TYPE_MONSTER
)
<=
1
return
g
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_SPELL
+
TYPE_TRAP
)
<=
1
and
g
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_MONSTER
)
<=
1
end
end
function
s
.
tdfilter
(
c
)
function
s
.
tdfilter
(
c
)
return
c
:
IsSetCard
(
0x1c9
)
and
not
c
:
IsCode
(
id
)
and
c
:
IsAbleToDeck
()
return
c
:
IsSetCard
(
0x1c9
)
and
not
c
:
IsCode
(
id
)
and
c
:
IsAbleToDeck
()
...
@@ -34,7 +34,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -34,7 +34,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if
#
rg
==
0
or
rg
:
IsExists
(
aux
.
NOT
(
Card
.
IsAbleToRemove
),
1
,
nil
)
then
return
end
if
#
rg
==
0
or
rg
:
IsExists
(
aux
.
NOT
(
Card
.
IsAbleToRemove
),
1
,
nil
)
then
return
end
local
dg
=
Duel
.
GetMatchingGroup
(
s
.
tdfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
nil
)
local
dg
=
Duel
.
GetMatchingGroup
(
s
.
tdfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
nil
)
if
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
>
0
if
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
>
0
and
dg
:
GetCount
()
>
0
and
Duel
.
IsPlayerCanDraw
(
tp
)
and
dg
:
GetCount
()
>
0
and
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
sg
=
dg
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
dg
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
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