Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
2
Merge Requests
2
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
ygopro-scripts-888
Commits
03d0a822
Commit
03d0a822
authored
May 17, 2025
by
a597449807
Committed by
GitHub
May 17, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ミュステリオンの竜冠 (#2932)
parent
3082395d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
c13735899.lua
c13735899.lua
+9
-8
No files found.
c13735899.lua
View file @
03d0a822
...
...
@@ -52,17 +52,18 @@ function c13735899.rmfilter(c,tc)
return
c
:
IsFaceup
()
and
c
:
GetOriginalRace
()
==
tc
:
GetOriginalRace
()
and
c
:
IsAbleToRemove
()
end
function
c13735899
.
remtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
eg
:
IsContains
(
chkc
)
and
c13735899
.
cfilter
(
chkc
,
e
)
end
if
chk
==
0
then
return
true
end
local
tc
=
eg
:
GetFirst
()
if
#
eg
>
1
then
local
g
=
eg
:
Filter
(
c13735899
.
cfilter
,
nil
,
e
):
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_MZONE
)
if
chkc
then
return
aux
.
IsInGroup
(
chkc
,
g
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
aux
.
IsInGroup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
,
g
)
end
local
tc
=
g
:
GetFirst
()
if
#
g
>
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
tc
=
eg
:
FilterSelect
(
tp
,
c13735899
.
cfilter
,
1
,
1
,
nil
,
e
):
GetFirst
()
tc
=
g
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
end
Duel
.
SetTargetCard
(
tc
)
local
g
=
Duel
.
GetMatchingGroup
(
c13735899
.
rmfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tc
)
g
:
AddCard
(
tc
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
g
,
#
g
,
0
,
0
)
local
t
g
=
Duel
.
GetMatchingGroup
(
c13735899
.
rmfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tc
)
t
g
:
AddCard
(
tc
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
tg
,
#
t
g
,
0
,
0
)
end
function
c13735899
.
remop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
...
...
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