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
ddf2e809
Commit
ddf2e809
authored
Aug 30, 2014
by
Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c90885155.lua
parent
3a04f42d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
script/c90885155.lua
script/c90885155.lua
+2
-0
No files found.
script/c90885155.lua
View file @
ddf2e809
...
@@ -56,6 +56,7 @@ function c90885155.initial_effect(c)
...
@@ -56,6 +56,7 @@ function c90885155.initial_effect(c)
local
e8
=
Effect
.
CreateEffect
(
c
)
local
e8
=
Effect
.
CreateEffect
(
c
)
e8
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e8
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e8
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e8
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e8
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e8
:
SetCondition
(
c90885155
.
effcon
)
e8
:
SetCondition
(
c90885155
.
effcon
)
e8
:
SetOperation
(
c90885155
.
effop
)
e8
:
SetOperation
(
c90885155
.
effop
)
c
:
RegisterEffect
(
e8
)
c
:
RegisterEffect
(
e8
)
...
@@ -63,6 +64,7 @@ function c90885155.initial_effect(c)
...
@@ -63,6 +64,7 @@ function c90885155.initial_effect(c)
local
e9
=
Effect
.
CreateEffect
(
c
)
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetCode
(
EFFECT_MATERIAL_CHECK
)
e9
:
SetCode
(
EFFECT_MATERIAL_CHECK
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e9
:
SetValue
(
c90885155
.
valcheck
)
e9
:
SetValue
(
c90885155
.
valcheck
)
e9
:
SetLabelObject
(
e8
)
e9
:
SetLabelObject
(
e8
)
c
:
RegisterEffect
(
e9
)
c
:
RegisterEffect
(
e9
)
...
...
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