Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
1b9b9c10
Commit
1b9b9c10
authored
Sep 24, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f9346d3c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
script/c100423001.lua
script/c100423001.lua
+1
-0
script/c101011006.lua
script/c101011006.lua
+1
-1
No files found.
script/c100423001.lua
View file @
1b9b9c10
...
...
@@ -33,6 +33,7 @@ function c100423001.initial_effect(c)
e2
:
SetOperation
(
c100423001
.
spop
)
c
:
RegisterEffect
(
e2
)
end
c100423001
.
material
=
{
46986414
,
38033121
}
function
c100423001
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsActiveType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
e
:
GetHandler
():
GetFlagEffect
(
1
)
>
0
end
...
...
script/c101011006.lua
View file @
1b9b9c10
...
...
@@ -43,7 +43,7 @@ function c101011006.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c101011006
.
tefilter
(
c
)
return
c
:
Is
SetCard
(
0x235
)
and
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsAbleToExtra
()
return
c
:
Is
Race
(
RACE_CYBERSE
)
and
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsAbleToExtra
()
end
function
c101011006
.
thfilter
(
c
)
return
c
:
IsCode
(
101011053
)
and
c
:
IsAbleToHand
()
...
...
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