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
e997432f
Commit
e997432f
authored
Jun 04, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 神光の龍
parent
7e2f98c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c46186135.lua
c46186135.lua
+2
-2
No files found.
c46186135.lua
View file @
e997432f
...
@@ -123,7 +123,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -123,7 +123,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
local
g1
=
Duel
.
GetMatchingGroup
(
s
.
thfilter1
,
tp
,
LOCATION_REMOVED
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
s
.
thfilter1
,
tp
,
LOCATION_REMOVED
,
0
,
nil
)
local
g2
=
Duel
.
GetMatchingGroup
(
s
.
thfilter2
,
tp
,
LOCATION_REMOVED
,
0
,
nil
)
local
g2
=
Duel
.
GetMatchingGroup
(
s
.
thfilter2
,
tp
,
LOCATION_REMOVED
,
0
,
nil
)
if
#
g1
>
0
and
#
g2
>
0
then
if
#
g1
>
0
and
#
g2
>
0
then
Duel
.
SendtoHand
(
Group
.
__add
(
g1
,
g2
):
SelectSubGroup
(
tp
,
s
.
fselect2
,
false
,
2
,
2
),
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
(
g1
+
g2
):
SelectSubGroup
(
tp
,
s
.
fselect2
,
false
,
2
,
2
),
nil
,
REASON_EFFECT
)
local
tg
=
Duel
.
GetOperatedGroup
()
local
tg
=
Duel
.
GetOperatedGroup
()
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
if
tg
:
FilterCount
(
s
.
spfilter
,
nil
,
e
,
tp
)
==
2
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>=
2
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
3
))
then
if
tg
:
FilterCount
(
s
.
spfilter
,
nil
,
e
,
tp
)
==
2
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>=
2
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
3
))
then
...
@@ -134,4 +134,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -134,4 +134,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
end
end
end
end
\ No newline at end of file
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