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
5
Merge Requests
5
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
3e4b9401
Commit
3e4b9401
authored
Feb 08, 2025
by
HertzPrime
Committed by
GitHub
Feb 08, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ShuffleDeck (#2836)
parent
7aee1b05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
c27015862.lua
c27015862.lua
+0
-1
c28912357.lua
c28912357.lua
+0
-1
No files found.
c27015862.lua
View file @
3e4b9401
...
@@ -57,7 +57,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -57,7 +57,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
tag
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
tag
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
tag
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tag
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tag
)
Duel
.
ConfirmCards
(
1
-
tp
,
tag
)
Duel
.
ShuffleDeck
(
tp
)
end
end
end
end
function
s
.
desfilter2
(
c
,
tp
)
function
s
.
desfilter2
(
c
,
tp
)
...
...
c28912357.lua
View file @
3e4b9401
...
@@ -43,7 +43,6 @@ function c28912357.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,7 +43,6 @@ function c28912357.operation(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ShuffleDeck
(
tp
)
end
end
end
end
function
c28912357
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c28912357
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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