Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
5aedd1b2
Commit
5aedd1b2
authored
Jul 14, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d94a7b07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/c101005083.lua
script/c101005083.lua
+1
-1
script/c101005090.lua
script/c101005090.lua
+1
-1
script/c101006075.lua
script/c101006075.lua
+1
-1
No files found.
script/c101005083.lua
View file @
5aedd1b2
...
...
@@ -39,7 +39,7 @@ function c101005083.spop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_HAND
,
0
)
local
tc
=
g
:
RandomSelect
(
1
-
tp
,
1
):
GetFirst
()
if
Duel
.
SendtoGrave
(
tc
,
REASON_DISCARD
+
REASON_EFFECT
)
~=
0
and
not
tc
:
IsCode
(
101005083
)
if
tc
and
Duel
.
SendtoGrave
(
tc
,
REASON_DISCARD
+
REASON_EFFECT
)
~=
0
and
not
tc
:
IsCode
(
101005083
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
spg
=
Duel
.
GetMatchingGroup
(
c101005083
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
if
spg
:
GetCount
()
<=
0
then
return
end
...
...
script/c101005090.lua
View file @
5aedd1b2
...
...
@@ -13,7 +13,7 @@ function c101005090.initial_effect(c)
e1
:
SetOperation
(
c101005090
.
desop
)
c
:
RegisterEffect
(
e1
)
end
function
c101005090
.
desfilter
(
c
)
function
c101005090
.
desfilter
(
c
,
g
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x207a
)
and
g
:
IsContains
(
c
)
end
function
c101005090
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
script/c101006075.lua
View file @
5aedd1b2
...
...
@@ -40,7 +40,7 @@ function c101006075.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c101006075
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
chkf
=
tp
local
mg1
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyF
I
lter
(
c101006075
.
filter1
),
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
mg1
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyF
i
lter
(
c101006075
.
filter1
),
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
sg1
=
Duel
.
GetMatchingGroup
(
c101006075
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg1
,
nil
,
chkf
)
local
mg2
=
nil
local
sg2
=
nil
...
...
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