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
b0baa84b
Commit
b0baa84b
authored
Dec 11, 2022
by
Chrono-Genex
Committed by
GitHub
Dec 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#2004)
parent
8202e96b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
c40732515.lua
c40732515.lua
+1
-0
c63487632.lua
c63487632.lua
+1
-0
c91434602.lua
c91434602.lua
+1
-0
No files found.
c40732515.lua
View file @
b0baa84b
...
@@ -40,6 +40,7 @@ function c40732515.spcfilter(c,tp)
...
@@ -40,6 +40,7 @@ function c40732515.spcfilter(c,tp)
end
end
function
c40732515
.
spcon
(
e
,
c
)
function
c40732515
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
g
=
Duel
.
GetMatchingGroup
(
c40732515
.
spcfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
c40732515
.
spcfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
,
tp
)
local
ct
=
0
local
ct
=
0
...
...
c63487632.lua
View file @
b0baa84b
...
@@ -47,6 +47,7 @@ function c63487632.spfilter(c,ft)
...
@@ -47,6 +47,7 @@ function c63487632.spfilter(c,ft)
end
end
function
c63487632
.
spcon
(
e
,
c
)
function
c63487632
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
return
ft
>-
1
and
Duel
.
IsExistingMatchingCard
(
c63487632
.
spfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
ft
)
return
ft
>-
1
and
Duel
.
IsExistingMatchingCard
(
c63487632
.
spfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
ft
)
...
...
c91434602.lua
View file @
b0baa84b
...
@@ -38,6 +38,7 @@ function c91434602.spcfilter(c,tp)
...
@@ -38,6 +38,7 @@ function c91434602.spcfilter(c,tp)
end
end
function
c91434602
.
hspcon
(
e
,
c
)
function
c91434602
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
return
Duel
.
IsExistingMatchingCard
(
c91434602
.
spcfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
tp
)
return
Duel
.
IsExistingMatchingCard
(
c91434602
.
spcfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
tp
)
end
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