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
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
Vee4
ygopro-scripts-888
Commits
0afb3ad8
Commit
0afb3ad8
authored
Aug 11, 2022
by
Chrono-Genex
Committed by
GitHub
Aug 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#1939)
parent
308be9f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c21414674.lua
c21414674.lua
+1
-1
c70101178.lua
c70101178.lua
+1
-1
c7500772.lua
c7500772.lua
+1
-1
No files found.
c21414674.lua
View file @
0afb3ad8
...
...
@@ -15,5 +15,5 @@ end
function
c21414674
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c21414674
.
filter
,
c
:
GetControler
(),
LOCATION_
MZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c21414674
.
filter
,
c
:
GetControler
(),
LOCATION_
ONFIELD
,
0
,
1
,
nil
)
end
c70101178.lua
View file @
0afb3ad8
...
...
@@ -29,5 +29,5 @@ end
function
c70101178
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c70101178
.
filter
,
c
:
GetControler
(),
LOCATION_
MZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c70101178
.
filter
,
c
:
GetControler
(),
LOCATION_
ONFIELD
,
0
,
1
,
nil
)
end
c7500772.lua
View file @
0afb3ad8
...
...
@@ -29,5 +29,5 @@ end
function
c7500772
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c7500772
.
filter
,
c
:
GetControler
(),
LOCATION_
MZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c7500772
.
filter
,
c
:
GetControler
(),
LOCATION_
ONFIELD
,
0
,
1
,
nil
)
end
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