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
a23e79e0
Commit
a23e79e0
authored
Aug 26, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #925 from sidschingis/patch2
fix self destruct condition
parents
e239e686
d7fa264a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/c20758643.lua
script/c20758643.lua
+1
-1
script/c57143342.lua
script/c57143342.lua
+1
-1
script/c84764038.lua
script/c84764038.lua
+1
-1
No files found.
script/c20758643.lua
View file @
a23e79e0
...
@@ -33,7 +33,7 @@ function c20758643.initial_effect(c)
...
@@ -33,7 +33,7 @@ function c20758643.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c20758643
.
sdfilter
(
c
)
function
c20758643
.
sdfilter
(
c
)
return
c
:
IsFaceup
()
and
not
c
:
IsSetCard
(
0xb1
)
return
not
c
:
IsFaceup
()
or
not
c
:
IsSetCard
(
0xb1
)
end
end
function
c20758643
.
sdcon
(
e
)
function
c20758643
.
sdcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c20758643
.
sdfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c20758643
.
sdfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
script/c57143342.lua
View file @
a23e79e0
...
@@ -33,7 +33,7 @@ function c57143342.initial_effect(c)
...
@@ -33,7 +33,7 @@ function c57143342.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c57143342
.
sdfilter
(
c
)
function
c57143342
.
sdfilter
(
c
)
return
c
:
IsFaceup
()
and
not
c
:
IsSetCard
(
0xb1
)
return
not
c
:
IsFaceup
()
or
not
c
:
IsSetCard
(
0xb1
)
end
end
function
c57143342
.
sdcon
(
e
)
function
c57143342
.
sdcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c57143342
.
sdfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c57143342
.
sdfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
script/c84764038.lua
View file @
a23e79e0
...
@@ -27,7 +27,7 @@ function c84764038.initial_effect(c)
...
@@ -27,7 +27,7 @@ function c84764038.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c84764038
.
sdfilter
(
c
)
function
c84764038
.
sdfilter
(
c
)
return
c
:
IsFaceup
()
and
not
c
:
IsSetCard
(
0xb1
)
return
not
c
:
IsFaceup
()
or
not
c
:
IsSetCard
(
0xb1
)
end
end
function
c84764038
.
sdcon
(
e
)
function
c84764038
.
sdcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c84764038
.
sdfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c84764038
.
sdfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
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