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
YGOPRO-520DIY
ygopro
Commits
b192e5c3
Commit
b192e5c3
authored
Mar 12, 2014
by
sidschingis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
c4564599
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c32919136.lua
script/c32919136.lua
+1
-1
script/c45986603.lua
script/c45986603.lua
+1
-1
No files found.
script/c32919136.lua
View file @
b192e5c3
...
...
@@ -40,7 +40,7 @@ function c32919136.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_EQUIP
)
e5
:
SetCode
(
EFFECT_SET_CONTROL
)
e5
:
SetValue
(
c
45247637
.
val
)
e5
:
SetValue
(
c
32919136
.
val
)
c
:
RegisterEffect
(
e5
)
end
function
c32919136
.
filter
(
c
)
...
...
script/c45986603.lua
View file @
b192e5c3
...
...
@@ -32,7 +32,7 @@ function c45986603.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_EQUIP
)
e4
:
SetCode
(
EFFECT_SET_CONTROL
)
e4
:
SetValue
(
c45
247637
.
val
)
e4
:
SetValue
(
c45
986603
.
val
)
c
:
RegisterEffect
(
e4
)
end
function
c45986603
.
filter
(
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