Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
REIKAI
ygopro
Commits
9d8f3975
Commit
9d8f3975
authored
Mar 17, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b35f8671
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
15 deletions
+17
-15
script/c22377815.lua
script/c22377815.lua
+1
-1
script/c26885836.lua
script/c26885836.lua
+1
-0
script/c26993374.lua
script/c26993374.lua
+1
-0
script/c93157004.lua
script/c93157004.lua
+8
-8
script/c97489701.lua
script/c97489701.lua
+6
-6
No files found.
script/c22377815.lua
View file @
9d8f3975
...
@@ -14,7 +14,7 @@ function c22377815.initial_effect(c)
...
@@ -14,7 +14,7 @@ function c22377815.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c22377815
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c22377815
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
IsDualState
(
e
)
and
bdogcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
IsDualState
(
e
)
and
aux
.
bdogcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
end
function
c22377815
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c22377815
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
...
...
script/c26885836.lua
View file @
9d8f3975
...
@@ -12,6 +12,7 @@ function c26885836.initial_effect(c)
...
@@ -12,6 +12,7 @@ function c26885836.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c26885836
.
eqcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26885836
.
eqcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
e
:
GetHandler
():
GetBattleTarget
()
e
:
SetLabelObject
(
tc
)
e
:
SetLabelObject
(
tc
)
return
aux
.
bdogcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
bdogcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
end
...
...
script/c26993374.lua
View file @
9d8f3975
...
@@ -13,6 +13,7 @@ function c26993374.initial_effect(c)
...
@@ -13,6 +13,7 @@ function c26993374.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c26993374
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26993374
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
t
=
e
:
GetHandler
():
GetBattleTarget
()
e
:
SetLabelObject
(
t
)
e
:
SetLabelObject
(
t
)
return
aux
.
bdogcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
bdogcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
end
...
...
script/c93157004.lua
View file @
9d8f3975
...
@@ -83,10 +83,10 @@ function c93157004.syncon(e,c,tuner,mg)
...
@@ -83,10 +83,10 @@ function c93157004.syncon(e,c,tuner,mg)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<-
2
then
return
false
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<-
2
then
return
false
end
local
g1
=
Group
.
CreateGroup
()
local
g1
=
nil
local
g2
=
Group
.
CreateGroup
()
local
g2
=
nil
local
g3
=
Group
.
CreateGroup
()
local
g3
=
nil
local
g4
=
Group
.
CreateGroup
()
local
g4
=
nil
if
mg
then
if
mg
then
g1
=
mg
:
Filter
(
c93157004
.
matfilter1
,
nil
,
c
)
g1
=
mg
:
Filter
(
c93157004
.
matfilter1
,
nil
,
c
)
g2
=
mg
:
Filter
(
c93157004
.
matfilter2
,
nil
,
c
)
g2
=
mg
:
Filter
(
c93157004
.
matfilter2
,
nil
,
c
)
...
@@ -118,10 +118,10 @@ function c93157004.syncon(e,c,tuner,mg)
...
@@ -118,10 +118,10 @@ function c93157004.syncon(e,c,tuner,mg)
end
end
function
c93157004
.
synop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
,
tuner
,
mg
)
function
c93157004
.
synop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
,
tuner
,
mg
)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
local
g1
=
Group
.
CreateGroup
()
local
g1
=
nil
local
g2
=
Group
.
CreateGroup
()
local
g2
=
nil
local
g3
=
Group
.
CreateGroup
()
local
g3
=
nil
local
g4
=
Group
.
CreateGroup
()
local
g4
=
nil
if
mg
then
if
mg
then
g1
=
mg
:
Filter
(
c93157004
.
matfilter1
,
nil
,
c
)
g1
=
mg
:
Filter
(
c93157004
.
matfilter1
,
nil
,
c
)
g2
=
mg
:
Filter
(
c93157004
.
matfilter2
,
nil
,
c
)
g2
=
mg
:
Filter
(
c93157004
.
matfilter2
,
nil
,
c
)
...
...
script/c97489701.lua
View file @
9d8f3975
...
@@ -86,9 +86,9 @@ function c97489701.syncon(e,c,tuner,mg)
...
@@ -86,9 +86,9 @@ function c97489701.syncon(e,c,tuner,mg)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<-
2
then
return
false
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<-
2
then
return
false
end
local
g1
=
Group
.
CreateGroup
()
local
g1
=
nil
local
g2
=
Group
.
CreateGroup
()
local
g2
=
nil
local
g3
=
Group
.
CreateGroup
()
local
g3
=
nil
if
mg
then
if
mg
then
g1
=
mg
:
Filter
(
c97489701
.
matfilter1
,
nil
,
c
)
g1
=
mg
:
Filter
(
c97489701
.
matfilter1
,
nil
,
c
)
g2
=
mg
:
Filter
(
c97489701
.
matfilter2
,
nil
,
c
)
g2
=
mg
:
Filter
(
c97489701
.
matfilter2
,
nil
,
c
)
...
@@ -118,9 +118,9 @@ function c97489701.syncon(e,c,tuner,mg)
...
@@ -118,9 +118,9 @@ function c97489701.syncon(e,c,tuner,mg)
end
end
function
c97489701
.
synop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
,
tuner
,
mg
)
function
c97489701
.
synop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
,
tuner
,
mg
)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
local
g1
=
Group
.
CreateGroup
()
local
g1
=
nil
local
g2
=
Group
.
CreateGroup
()
local
g2
=
nil
local
g3
=
Group
.
CreateGroup
()
local
g3
=
nil
if
mg
then
if
mg
then
g1
=
mg
:
Filter
(
c97489701
.
matfilter1
,
nil
,
c
)
g1
=
mg
:
Filter
(
c97489701
.
matfilter1
,
nil
,
c
)
g2
=
mg
:
Filter
(
c97489701
.
matfilter2
,
nil
,
c
)
g2
=
mg
:
Filter
(
c97489701
.
matfilter2
,
nil
,
c
)
...
...
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