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
9f5dbf71
Commit
9f5dbf71
authored
Oct 26, 2016
by
mercury233
Committed by
DailyShana
Oct 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Flower Stacking and Dark Doriado (#625)
parent
52245acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
c30786387.lua
c30786387.lua
+1
-0
c62312469.lua
c62312469.lua
+1
-0
No files found.
c30786387.lua
View file @
9f5dbf71
...
@@ -43,6 +43,7 @@ function c30786387.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,6 +43,7 @@ function c30786387.activate(e,tp,eg,ep,ev,re,r,rp)
g
:
Remove
(
Card
.
IsCode
,
nil
,
tc
:
GetCode
())
g
:
Remove
(
Card
.
IsCode
,
nil
,
tc
:
GetCode
())
end
end
Duel
.
ConfirmCards
(
1
-
tp
,
rg
)
Duel
.
ConfirmCards
(
1
-
tp
,
rg
)
Duel
.
ShuffleDeck
(
tp
)
local
tg
=
rg
:
GetFirst
()
local
tg
=
rg
:
GetFirst
()
while
tg
do
while
tg
do
Duel
.
MoveSequence
(
tg
,
0
)
Duel
.
MoveSequence
(
tg
,
0
)
...
...
c62312469.lua
View file @
9f5dbf71
...
@@ -67,6 +67,7 @@ function c62312469.stop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -67,6 +67,7 @@ function c62312469.stop(e,tp,eg,ep,ev,re,r,rp)
g1
:
Merge
(
g3
)
g1
:
Merge
(
g3
)
g1
:
Merge
(
g4
)
g1
:
Merge
(
g4
)
Duel
.
ConfirmCards
(
1
-
tp
,
g1
)
Duel
.
ConfirmCards
(
1
-
tp
,
g1
)
Duel
.
ShuffleDeck
(
tp
)
local
tc
=
g1
:
GetFirst
()
local
tc
=
g1
:
GetFirst
()
while
tc
do
while
tc
do
Duel
.
MoveSequence
(
tc
,
0
)
Duel
.
MoveSequence
(
tc
,
0
)
...
...
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