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
3
Merge Requests
3
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
2a03d55b
Commit
2a03d55b
authored
Sep 11, 2024
by
a597449807
Committed by
GitHub
Sep 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 選律のヴァルモニカ & 律導のヴァルモニカ (#2658)
close #2657
parent
519bb607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
c31971040.lua
c31971040.lua
+1
-0
c4582942.lua
c4582942.lua
+1
-0
No files found.
c31971040.lua
View file @
2a03d55b
...
@@ -23,6 +23,7 @@ function s.afilter(c)
...
@@ -23,6 +23,7 @@ function s.afilter(c)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x1a3
)
and
c
:
IsType
(
TYPE_LINK
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x1a3
)
and
c
:
IsType
(
TYPE_LINK
)
end
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
op
)
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
op
)
if
op
==
nil
and
not
s
.
condition
(
e
,
tp
)
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
op
==
nil
then
if
op
==
nil
then
local
chk
=
Duel
.
IsExistingMatchingCard
(
s
.
afilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
local
chk
=
Duel
.
IsExistingMatchingCard
(
s
.
afilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
c4582942.lua
View file @
2a03d55b
...
@@ -23,6 +23,7 @@ function s.afilter(c)
...
@@ -23,6 +23,7 @@ function s.afilter(c)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x1a3
)
and
c
:
IsType
(
TYPE_LINK
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x1a3
)
and
c
:
IsType
(
TYPE_LINK
)
end
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
op
)
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
op
)
if
op
==
nil
and
not
s
.
condition
(
e
,
tp
)
then
return
end
if
op
==
nil
then
if
op
==
nil
then
local
chk
=
Duel
.
IsExistingMatchingCard
(
s
.
afilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
local
chk
=
Duel
.
IsExistingMatchingCard
(
s
.
afilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
op
=
aux
.
SelectFromOptions
(
tp
,
op
=
aux
.
SelectFromOptions
(
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