Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
xiaoye
ygopro-222DIY-cards
Commits
987ec35b
Commit
987ec35b
authored
Jul 05, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
aa6d75ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/script/c77765000.lua
expansions/script/c77765000.lua
+1
-1
expansions/script/c77765002.lua
expansions/script/c77765002.lua
+1
-1
No files found.
expansions/script/c77765000.lua
View file @
987ec35b
...
@@ -32,7 +32,7 @@ local function KaguyaTransformOperation(extra_opreation)
...
@@ -32,7 +32,7 @@ local function KaguyaTransformOperation(extra_opreation)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
local
p
=
tc
:
GetControler
()
local
p
=
tc
:
GetControler
()
if
p
~=
tp
then
if
p
~=
tp
then
Duel
.
MoveToField
(
c
,
p
,
p
,
LOCATION_SZONE
,
POS_FACEUP
,
tru
e
)
Duel
.
MoveToField
(
c
,
p
,
p
,
LOCATION_SZONE
,
POS_FACEUP
,
fals
e
)
end
end
Senya
.
TransformDFCCard
(
c
)
Senya
.
TransformDFCCard
(
c
)
Duel
.
Equip
(
p
,
e
:
GetHandler
(),
tc
)
Duel
.
Equip
(
p
,
e
:
GetHandler
(),
tc
)
...
...
expansions/script/c77765002.lua
View file @
987ec35b
...
@@ -81,7 +81,7 @@ function c77765002.initial_effect(c)
...
@@ -81,7 +81,7 @@ function c77765002.initial_effect(c)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
local
p
=
tc
:
GetControler
()
local
p
=
tc
:
GetControler
()
if
p
~=
cc
:
GetControler
()
then
if
p
~=
cc
:
GetControler
()
then
Duel
.
MoveToField
(
cc
,
p
,
p
,
LOCATION_SZONE
,
POS_FACEUP
,
tru
e
)
Duel
.
MoveToField
(
cc
,
p
,
p
,
LOCATION_SZONE
,
POS_FACEUP
,
fals
e
)
end
end
Senya
.
TransformDFCCard
(
cc
)
Senya
.
TransformDFCCard
(
cc
)
Duel
.
Equip
(
p
,
cc
,
tc
)
Duel
.
Equip
(
p
,
cc
,
tc
)
...
...
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