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
f15a3f17
Commit
f15a3f17
authored
Nov 13, 2015
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
parent
e886a2d5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
c17330916.lua
c17330916.lua
+0
-1
c43785278.lua
c43785278.lua
+0
-1
c97466438.lua
c97466438.lua
+0
-1
No files found.
c17330916.lua
View file @
f15a3f17
...
...
@@ -7,7 +7,6 @@ function c17330916.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
17330916
,
0
))
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetOperation
(
c17330916
.
regop
)
c
:
RegisterEffect
(
e1
)
--scale
...
...
c43785278.lua
View file @
f15a3f17
...
...
@@ -6,7 +6,6 @@ function c43785278.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetOperation
(
c43785278
.
regop
)
c
:
RegisterEffect
(
e1
)
end
...
...
c97466438.lua
View file @
f15a3f17
...
...
@@ -6,7 +6,6 @@ function c97466438.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetOperation
(
c97466438
.
regop
)
c
:
RegisterEffect
(
e1
)
--
...
...
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