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
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-scripts
Commits
fd28e41f
Commit
fd28e41f
authored
Sep 02, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #1828
parent
47e6fc47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
c4688231.lua
c4688231.lua
+6
-1
c77693536.lua
c77693536.lua
+6
-1
No files found.
c4688231.lua
View file @
fd28e41f
...
...
@@ -33,8 +33,13 @@ end
function
c4688231
.
filter1
(
c
)
return
c
:
IsFusionSetCard
(
0xe1
)
end
--additional condition for 77693536 effect
function
c4688231
.
filter2
(
c
)
return
c
:
IsType
(
TYPE_PENDULUM
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
return
c
:
IsType
(
TYPE_PENDULUM
)
else
return
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_PENDULUM
)
~=
0
end
end
function
c4688231
.
fscon
(
e
,
g
,
gc
,
chkfnf
)
if
g
==
nil
then
return
true
end
...
...
c77693536.lua
View file @
fd28e41f
...
...
@@ -41,8 +41,13 @@ end
function
c77693536
.
filter1
(
c
)
return
c
:
IsFusionSetCard
(
0xe1
)
end
--additional condition for 77693536 effect
function
c77693536
.
filter2
(
c
)
return
c
:
IsType
(
TYPE_NORMAL
)
if
c
:
IsLocation
(
LOCATION_MZONE
)
then
return
c
:
IsType
(
TYPE_NORMAL
)
else
return
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_NORMAL
)
~=
0
end
end
function
c77693536
.
fscon
(
e
,
g
,
gc
,
chkfnf
)
if
g
==
nil
then
return
true
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