Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
1302569b
Commit
1302569b
authored
May 16, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e9c166cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c32015116.lua
c32015116.lua
+1
-1
c80033124.lua
c80033124.lua
+1
-1
No files found.
c32015116.lua
View file @
1302569b
...
@@ -29,7 +29,7 @@ end
...
@@ -29,7 +29,7 @@ end
function
c32015116
.
rdfilter
(
c
,
lv
)
function
c32015116
.
rdfilter
(
c
,
lv
)
if
lv
<=
5
then
if
lv
<=
5
then
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
==
lv
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
==
lv
elseif
lv
==
6
elseif
lv
==
6
then
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
>=
6
end
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
>=
6
end
else
else
return
false
return
false
...
...
c80033124.lua
View file @
1302569b
...
@@ -57,8 +57,8 @@ function c80033124.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -57,8 +57,8 @@ function c80033124.activate(e,tp,eg,ep,ev,re,r,rp)
if
not
aux
.
MustMaterialCheck
(
nil
,
tp
,
EFFECT_MUST_BE_FMATERIAL
)
then
return
end
if
not
aux
.
MustMaterialCheck
(
nil
,
tp
,
EFFECT_MUST_BE_FMATERIAL
)
then
return
end
if
not
Duel
.
IsExistingMatchingCard
(
c80033124
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
)
then
return
end
if
not
Duel
.
IsExistingMatchingCard
(
c80033124
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
)
then
return
end
local
mg
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
c80033124
.
ffilter
),
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
0
,
nil
,
e
)
local
mg
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
c80033124
.
ffilter
),
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
0
,
nil
,
e
)
if
not
mg
:
IsExists
(
c80033124
.
fselect
,
1
,
nil
,
tp
,
mg
,
sg
,
41230939
,
77625948
,
3019642
)
then
return
end
local
sg
=
Group
.
CreateGroup
()
local
sg
=
Group
.
CreateGroup
()
if
not
mg
:
IsExists
(
c80033124
.
fselect
,
1
,
nil
,
tp
,
mg
,
sg
,
41230939
,
77625948
,
3019642
)
then
return
end
while
sg
:
GetCount
()
<
3
do
while
sg
:
GetCount
()
<
3
do
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
mg
:
FilterSelect
(
tp
,
c80033124
.
fselect
,
1
,
1
,
sg
,
tp
,
mg
,
sg
,
41230939
,
77625948
,
3019642
)
local
g
=
mg
:
FilterSelect
(
tp
,
c80033124
.
fselect
,
1
,
1
,
sg
,
tp
,
mg
,
sg
,
41230939
,
77625948
,
3019642
)
...
...
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