Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
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-THC-cards
Commits
f96731b0
Commit
f96731b0
authored
Jun 10, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c27038.lua
parent
8edad1d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c27038.lua
script/c27038.lua
+3
-3
No files found.
script/c27038.lua
View file @
f96731b0
...
@@ -31,13 +31,13 @@ function c27038.initial_effect(c)
...
@@ -31,13 +31,13 @@ function c27038.initial_effect(c)
e2b
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e2b
:
SetCode
(
EVENT_BE_BATTLE_TARGET
)
e2b
:
SetCondition
(
c27038
.
bdcon
)
e2b
:
SetCondition
(
c27038
.
bdcon
)
e2b
:
SetTarget
(
c27038
.
bdtg
)
e2b
:
SetTarget
(
c27038
.
bdtg
)
e2b
:
SetOperation
(
c27038
.
b
g
op
)
e2b
:
SetOperation
(
c27038
.
b
d
op
)
c
:
RegisterEffect
(
e2b
)
c
:
RegisterEffect
(
e2b
)
local
e3b
=
e
3
b
:
Clone
()
local
e3b
=
e
2
b
:
Clone
()
e3b
:
SetRange
(
LOCATION_GRAVE
)
e3b
:
SetRange
(
LOCATION_GRAVE
)
e3b
:
SetTarget
(
c27038
.
bdtg2
)
e3b
:
SetTarget
(
c27038
.
bdtg2
)
e3b
:
SetOperation
(
c27038
.
b
g
op2
)
e3b
:
SetOperation
(
c27038
.
b
d
op2
)
c
:
RegisterEffect
(
e3b
)
c
:
RegisterEffect
(
e3b
)
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
...
...
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