Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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-2pick
Commits
bd63ec13
Commit
bd63ec13
authored
Mar 28, 2013
by
Fluorohydride
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #450 from luffySAMA/master
fix
parents
8be3a25f
e0d99df8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c25290459.lua
script/c25290459.lua
+1
-1
script/c89086566.lua
script/c89086566.lua
+1
-1
No files found.
script/c25290459.lua
View file @
bd63ec13
...
@@ -11,7 +11,7 @@ function c25290459.initial_effect(c)
...
@@ -11,7 +11,7 @@ function c25290459.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c25290459
.
costfilter
(
c
,
e
,
tp
)
function
c25290459
.
costfilter
(
c
,
e
,
tp
)
if
not
c
:
IsSetCard
(
0x41
)
or
not
c
:
IsAbleToGraveAsCost
()
then
return
false
end
if
not
c
:
IsSetCard
(
0x41
)
or
not
c
:
IsAbleToGraveAsCost
()
or
not
c
:
IsFaceup
()
then
return
false
end
local
code
=
c
:
GetCode
()
local
code
=
c
:
GetCode
()
local
class
=
_G
[
"c"
..
code
]
local
class
=
_G
[
"c"
..
code
]
if
class
==
nil
or
class
.
lvupcount
==
nil
then
return
false
end
if
class
==
nil
or
class
.
lvupcount
==
nil
then
return
false
end
...
...
script/c89086566.lua
View file @
bd63ec13
...
@@ -12,7 +12,7 @@ function c89086566.initial_effect(c)
...
@@ -12,7 +12,7 @@ function c89086566.initial_effect(c)
end
end
function
c89086566
.
cfilter
(
c
)
function
c89086566
.
cfilter
(
c
)
local
code
=
c
:
GetCode
()
local
code
=
c
:
GetCode
()
return
(
code
==
40640057
or
code
==
40703223
)
and
c
:
IsDestructable
()
return
(
code
==
40640057
or
code
==
40703223
)
and
c
:
IsDestructable
()
and
c
:
IsFaceup
()
end
end
function
c89086566
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c89086566
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c89086566
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c89086566
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
...
...
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