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
4
Merge Requests
4
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
872ca719
Commit
872ca719
authored
Mar 28, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Sin monsters
parent
fb9d9931
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
c16958382.lua
c16958382.lua
+1
-1
c1710476.lua
c1710476.lua
+1
-1
c36521459.lua
c36521459.lua
+1
-1
c55343236.lua
c55343236.lua
+1
-1
c598988.lua
c598988.lua
+1
-1
c9433350.lua
c9433350.lua
+1
-1
No files found.
c16958382.lua
View file @
872ca719
...
@@ -58,7 +58,7 @@ function c16958382.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -58,7 +58,7 @@ function c16958382.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
g1
=
Duel
.
GetMatchingGroup
(
c16958382
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c16958382
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
g
1
:
Merge
(
g
)
g
:
Merge
(
g1
)
end
end
local
g2
=
Duel
.
GetMatchingGroup
(
c16958382
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
local
g2
=
Duel
.
GetMatchingGroup
(
c16958382
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
g
:
Merge
(
g2
)
g
:
Merge
(
g2
)
...
...
c1710476.lua
View file @
872ca719
...
@@ -61,7 +61,7 @@ function c1710476.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -61,7 +61,7 @@ function c1710476.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
g1
=
Duel
.
GetMatchingGroup
(
c1710476
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c1710476
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
g
1
:
Merge
(
g
)
g
:
Merge
(
g1
)
end
end
local
g2
=
Duel
.
GetMatchingGroup
(
c1710476
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
local
g2
=
Duel
.
GetMatchingGroup
(
c1710476
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
g
:
Merge
(
g2
)
g
:
Merge
(
g2
)
...
...
c36521459.lua
View file @
872ca719
...
@@ -70,7 +70,7 @@ function c36521459.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -70,7 +70,7 @@ function c36521459.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
g1
=
Duel
.
GetMatchingGroup
(
c36521459
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c36521459
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
g
1
:
Merge
(
g
)
g
:
Merge
(
g1
)
end
end
local
g2
=
Duel
.
GetMatchingGroup
(
c36521459
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
local
g2
=
Duel
.
GetMatchingGroup
(
c36521459
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
g
:
Merge
(
g2
)
g
:
Merge
(
g2
)
...
...
c55343236.lua
View file @
872ca719
...
@@ -54,7 +54,7 @@ function c55343236.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -54,7 +54,7 @@ function c55343236.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
g1
=
Duel
.
GetMatchingGroup
(
c55343236
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c55343236
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
g
1
:
Merge
(
g
)
g
:
Merge
(
g1
)
end
end
local
g2
=
Duel
.
GetMatchingGroup
(
c55343236
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
local
g2
=
Duel
.
GetMatchingGroup
(
c55343236
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
g
:
Merge
(
g2
)
g
:
Merge
(
g2
)
...
...
c598988.lua
View file @
872ca719
...
@@ -61,7 +61,7 @@ function c598988.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -61,7 +61,7 @@ function c598988.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
g1
=
Duel
.
GetMatchingGroup
(
c598988
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c598988
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
nil
)
g
1
:
Merge
(
g
)
g
:
Merge
(
g1
)
end
end
local
g2
=
Duel
.
GetMatchingGroup
(
c598988
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
local
g2
=
Duel
.
GetMatchingGroup
(
c598988
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
g
:
Merge
(
g2
)
g
:
Merge
(
g2
)
...
...
c9433350.lua
View file @
872ca719
...
@@ -55,7 +55,7 @@ function c9433350.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
...
@@ -55,7 +55,7 @@ function c9433350.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
g1
=
Duel
.
GetMatchingGroup
(
c9433350
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c9433350
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
g
1
:
Merge
(
g
)
g
:
Merge
(
g1
)
end
end
local
g2
=
Duel
.
GetMatchingGroup
(
c9433350
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
local
g2
=
Duel
.
GetMatchingGroup
(
c9433350
.
spfilter2
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
,
tp
)
g
:
Merge
(
g2
)
g
:
Merge
(
g2
)
...
...
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