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
105ecb39
Commit
105ecb39
authored
Mar 03, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #288 from nekrozar/patch-1
fix Galactic Charity, Card of Demise
parents
410e661a
f4452fd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
c20349913.lua
c20349913.lua
+0
-1
c59750328.lua
c59750328.lua
+0
-1
No files found.
c20349913.lua
View file @
105ecb39
...
@@ -4,7 +4,6 @@ function c20349913.initial_effect(c)
...
@@ -4,7 +4,6 @@ function c20349913.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
20349913
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
20349913
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c20349913
.
condition
)
e1
:
SetCondition
(
c20349913
.
condition
)
...
...
c59750328.lua
View file @
105ecb39
...
@@ -4,7 +4,6 @@ function c59750328.initial_effect(c)
...
@@ -4,7 +4,6 @@ function c59750328.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetCategory
(
CATEGORY_DRAW
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
59750328
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
59750328
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCost
(
c59750328
.
cost
)
e1
:
SetCost
(
c59750328
.
cost
)
...
...
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