Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
REIKAI
ygopro-222DIY-cards
Commits
9397ecaf
Commit
9397ecaf
authored
Dec 25, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c23410015.lua
parent
82f655d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
expansions/script/c23410015.lua
expansions/script/c23410015.lua
+7
-10
No files found.
expansions/script/c23410015.lua
View file @
9397ecaf
...
...
@@ -74,16 +74,13 @@ function cm.rmcheck(c,tp)
return
c
:
IsAbleToRemove
(
tp
,
POS_FACEDOWN
,
REASON_EFFECT
)
end
function
cm
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g1
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
rg1
=
g1
:
Filter
(
cm
.
rmcheck
,
nil
,
tp
)
local
g2
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_DECK
)
local
rg2
=
g2
:
Filter
(
cm
.
rmcheck
,
nil
,
tp
)
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
23410013
)
then
Duel
.
Hint
(
HINT_CARD
,
0
,
23410017
)
rg2
=
g2
:
Filter
(
cm
.
rmcheck
,
nil
,
tp
)
end
rg1
:
Merge
(
rg2
)
if
#
rg1
==
2
then
Duel
.
Remove
(
rg1
,
POS_FACEDOWN
,
REASON_EFFECT
)
end
Duel
.
DisableShuffleCheck
()
local
rg1
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
,
0
)
local
tc
=
rg1
:
GetMinGroup
(
Card
.
GetSequence
):
GetFirst
()
local
rg2
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_DECK
)
local
tc2
=
rg2
:
GetMinGroup
(
Card
.
GetSequence
):
GetFirst
()
local
rmg
=
Group
.
FromCards
(
tc
,
tc2
)
Duel
.
Remove
(
rmg
,
POS_FACEDOWN
,
REASON_EFFECT
)
end
end
function
cm
.
cfilter
(
c
,
tp
)
...
...
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