Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
d4361801
Commit
d4361801
authored
Dec 04, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
29bef80a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
c21623008.lua
c21623008.lua
+3
-0
No files found.
c21623008.lua
View file @
d4361801
...
@@ -30,11 +30,14 @@ function c21623008.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -30,11 +30,14 @@ function c21623008.operation(e,tp,eg,ep,ev,re,r,rp)
local
g1
=
Duel
.
GetDecktopGroup
(
tp
,
2
)
local
g1
=
Duel
.
GetDecktopGroup
(
tp
,
2
)
local
g2
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
2
)
local
g2
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
2
)
g1
:
Merge
(
g2
)
g1
:
Merge
(
g2
)
Duel
.
DisableShuffleCheck
()
if
Duel
.
SendtoGrave
(
g1
,
REASON_EFFECT
)
~=
0
if
Duel
.
SendtoGrave
(
g1
,
REASON_EFFECT
)
~=
0
and
g1
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_GRAVE
)
and
Duel
.
GetMatchingGroupCount
(
Card
.
IsType
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
TYPE_SPELL
)
>=
3
and
Duel
.
GetMatchingGroupCount
(
Card
.
IsType
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
TYPE_SPELL
)
>=
3
and
Duel
.
IsExistingMatchingCard
(
c21623008
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
c21623008
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
tp
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
21623008
,
0
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
21623008
,
0
))
then
local
g
=
Duel
.
GetMatchingGroup
(
c21623008
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
nil
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
c21623008
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
nil
,
tp
)
Duel
.
DisableShuffleCheck
(
false
)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
end
end
end
end
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