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
93a929a9
Commit
93a929a9
authored
Nov 25, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
65b6a19c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c42548470.lua
c42548470.lua
+1
-1
c44635489.lua
c44635489.lua
+1
-1
c70546737.lua
c70546737.lua
+1
-1
No files found.
c42548470.lua
View file @
93a929a9
...
...
@@ -15,7 +15,7 @@ function c42548470.filter1(c,tp)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x58
)
and
lv1
~=
0
and
Duel
.
IsExistingTarget
(
c42548470
.
filter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
,
lv1
)
end
function
c42548470
.
filter2
(
c
,
lv
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x58
)
and
not
c
:
IsLevel
(
lv
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x58
)
and
c
:
IsLevelAbove
(
1
)
and
not
c
:
IsLevel
(
lv
)
end
function
c42548470
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
false
end
...
...
c44635489.lua
View file @
93a929a9
...
...
@@ -33,7 +33,7 @@ function c44635489.spcon(e,c)
and
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
end
function
c44635489
.
filter
(
c
,
clv
)
return
c
:
IsSetCard
(
0x53
)
and
not
c
:
IsLevel
(
clv
)
return
c
:
IsSetCard
(
0x53
)
and
c
:
IsLevelAbove
(
1
)
and
not
c
:
IsLevel
(
clv
)
and
((
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
())
or
c
:
IsLocation
(
LOCATION_GRAVE
))
end
function
c44635489
.
lvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
c70546737.lua
View file @
93a929a9
...
...
@@ -24,7 +24,7 @@ function c70546737.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c70546737
.
filter
(
c
,
clv
)
return
c
:
IsSetCard
(
0x87
)
and
not
c
:
IsLevel
(
clv
)
return
c
:
IsSetCard
(
0x87
)
and
c
:
IsLevelAbove
(
1
)
and
not
c
:
IsLevel
(
clv
)
and
((
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
())
or
c
:
IsLocation
(
LOCATION_GRAVE
))
end
function
c70546737
.
lvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
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