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
Reinen
ygopro-scripts
Commits
d054c8ab
Commit
d054c8ab
authored
Jan 10, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
not cards in pendulum zone do not means pendulum zone is useable
parent
c0491ae4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
c27354732.lua
c27354732.lua
+1
-1
c28570310.lua
c28570310.lua
+1
-1
c53842431.lua
c53842431.lua
+1
-1
c54965929.lua
c54965929.lua
+1
-1
c80959027.lua
c80959027.lua
+1
-1
c91182675.lua
c91182675.lua
+1
-1
No files found.
c27354732.lua
View file @
d054c8ab
...
...
@@ -44,7 +44,7 @@ function c27354732.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c27354732
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
()
)
end
function
c27354732
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x10d
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_PENDULUM
)
...
...
c28570310.lua
View file @
d054c8ab
...
...
@@ -47,7 +47,7 @@ function c28570310.initial_effect(c)
c
:
RegisterEffect
(
e5
)
end
function
c28570310
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
()
)
end
function
c28570310
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
...
...
c53842431.lua
View file @
d054c8ab
...
...
@@ -51,7 +51,7 @@ function c53842431.initial_effect(c)
c
:
RegisterEffect
(
e5
)
end
function
c53842431
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
()
)
end
function
c53842431
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x10d
)
and
c
:
IsLevelBelow
(
7
)
...
...
c54965929.lua
View file @
d054c8ab
...
...
@@ -46,7 +46,7 @@ function c54965929.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c54965929
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
()
)
end
function
c54965929
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsCanAddCounter
(
0x1
,
1
,
false
,
LOCATION_MZONE
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
c80959027.lua
View file @
d054c8ab
...
...
@@ -41,7 +41,7 @@ function c80959027.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c80959027
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
()
)
end
function
c80959027
.
tdfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
not
c
:
IsCode
(
80959027
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsAbleToDeck
()
...
...
c91182675.lua
View file @
d054c8ab
...
...
@@ -41,7 +41,7 @@ function c91182675.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c91182675
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
()
)
end
function
c91182675
.
ctfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCanAddCounter
(
0x1
,
1
)
...
...
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