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
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-scripts
Commits
07f35c2e
Commit
07f35c2e
authored
Apr 30, 2018
by
TheOnePharaoh
Committed by
mercury233
Apr 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Cluster Congester (#1038)
parent
ad8e15a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c94703021.lua
c94703021.lua
+2
-2
No files found.
c94703021.lua
View file @
07f35c2e
...
@@ -18,12 +18,12 @@ function c94703021.initial_effect(c)
...
@@ -18,12 +18,12 @@ function c94703021.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetRange
(
LOCATION_
MZON
E
)
e3
:
SetRange
(
LOCATION_
GRAV
E
)
e3
:
SetHintTiming
(
0
,
TIMING_BATTLE_PHASE
)
e3
:
SetHintTiming
(
0
,
TIMING_BATTLE_PHASE
)
e3
:
SetCondition
(
c94703021
.
tkcon2
)
e3
:
SetCondition
(
c94703021
.
tkcon2
)
e3
:
SetCost
(
c94703021
.
tkcost2
)
e3
:
SetCost
(
c94703021
.
tkcost2
)
e3
:
SetTarget
(
c94703021
.
tktg2
)
e3
:
SetTarget
(
c94703021
.
tktg2
)
e3
:
SetOperation
(
c94703021
.
tkop
)
e3
:
SetOperation
(
c94703021
.
tkop
2
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c94703021
.
tkcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c94703021
.
tkcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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