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
a596286a
Commit
a596286a
authored
Feb 26, 2015
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1135 from DailyShana/patch-4
fix
parents
a707f2a4
9a55de7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c4779091.lua
script/c4779091.lua
+1
-1
script/c78371393.lua
script/c78371393.lua
+1
-1
No files found.
script/c4779091.lua
View file @
a596286a
...
@@ -17,7 +17,7 @@ function c4779091.initial_effect(c)
...
@@ -17,7 +17,7 @@ function c4779091.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
4779091
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
4779091
,
0
))
e3
:
SetCategory
(
CATEGORY_DAMAGE
)
e3
:
SetCategory
(
CATEGORY_DAMAGE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetCode
(
EVENT_B
E_BATTLE_TARGET
)
e3
:
SetCode
(
EVENT_B
ATTLE_CONFIRM
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetTarget
(
c4779091
.
damtg
)
e3
:
SetTarget
(
c4779091
.
damtg
)
e3
:
SetOperation
(
c4779091
.
damop
)
e3
:
SetOperation
(
c4779091
.
damop
)
...
...
script/c78371393.lua
View file @
a596286a
...
@@ -16,7 +16,7 @@ function c78371393.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c78371393.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
78371393
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
78371393
,
0
))
e3
:
SetCategory
(
CATEGORY_DAMAGE
)
e3
:
SetCategory
(
CATEGORY_DAMAGE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetCode
(
EVENT_B
E_BATTLE_TARGET
)
e3
:
SetCode
(
EVENT_B
ATTLE_CONFIRM
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetTarget
(
c78371393
.
damtg
)
e3
:
SetTarget
(
c78371393
.
damtg
)
e3
:
SetOperation
(
c78371393
.
damop
)
e3
:
SetOperation
(
c78371393
.
damop
)
...
...
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