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
695b1362
Commit
695b1362
authored
Feb 12, 2024
by
Uytrewq
Committed by
GitHub
Feb 12, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#2398)
parent
c3b923a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
c47778083.lua
c47778083.lua
+5
-4
No files found.
c47778083.lua
View file @
695b1362
...
...
@@ -22,10 +22,11 @@ function c47778083.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
and
Duel
.
IsExistingTarget
(
c47778083
.
filter
,
1
-
tp
,
0
,
LOCATION_GRAVE
,
1
,
nil
,
e
,
1
-
tp
)
and
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
Duel
.
SelectTarget
(
tp
,
c47778083
.
filter
,
tp
,
0
,
LOCATION_GRAVE
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_SPSUMMON
)
local
og
=
Duel
.
SelectTarget
(
1
-
tp
,
c47778083
.
filter
,
1
-
tp
,
0
,
LOCATION_GRAVE
,
1
,
1
,
nil
,
e
,
1
-
tp
)
local
turnp
=
Duel
.
GetTurnPlayer
()
Duel
.
Hint
(
HINT_SELECTMSG
,
turnp
,
HINTMSG_SPSUMMON
)
local
sg
=
Duel
.
SelectTarget
(
turnp
,
c47778083
.
filter
,
turnp
,
0
,
LOCATION_GRAVE
,
1
,
1
,
nil
,
e
,
turnp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
turnp
,
HINTMSG_SPSUMMON
)
local
og
=
Duel
.
SelectTarget
(
1
-
turnp
,
c47778083
.
filter
,
1
-
turnp
,
0
,
LOCATION_GRAVE
,
1
,
1
,
nil
,
e
,
1
-
turnp
)
local
sc
=
sg
:
GetFirst
()
local
oc
=
og
:
GetFirst
()
local
g
=
Group
.
FromCards
(
sc
,
oc
)
...
...
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