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
cddf68f2
Commit
cddf68f2
authored
Jan 05, 2022
by
Chrono-Genex
Committed by
GitHub
Jan 05, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix & update for Puppet King and Puppet Queen (#1766)
parent
fa808b4d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
3 deletions
+7
-3
c22842126.lua
c22842126.lua
+1
-1
c24393683.lua
c24393683.lua
+1
-1
c51697825.lua
c51697825.lua
+2
-0
c74191942.lua
c74191942.lua
+1
-0
c97926515.lua
c97926515.lua
+1
-1
c98301564.lua
c98301564.lua
+1
-0
No files found.
c22842126.lua
View file @
cddf68f2
...
...
@@ -55,7 +55,7 @@ function c22842126.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
local
tg
=
sg
:
Select
(
1
-
tp
,
1
,
1
,
nil
)
tg
:
GetFirst
():
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
c24393683.lua
View file @
cddf68f2
...
...
@@ -57,8 +57,8 @@ function c24393683.activate(e,tp,eg,ep,ev,re,r,rp)
if
e
:
GetLabel
()
==
1
then
p
=
tp
end
Duel
.
Hint
(
HINT_SELECTMSG
,
p
,
HINTMSG_ATOHAND
)
local
tg
=
sg
:
Select
(
p
,
1
,
1
,
nil
)
tg
:
GetFirst
():
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
function
c24393683
.
tdfilter
(
c
)
...
...
c51697825.lua
View file @
cddf68f2
...
...
@@ -26,10 +26,12 @@ function c51697825.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
local
oc
=
sg
:
Select
(
1
-
tp
,
1
,
1
,
nil
):
GetFirst
()
oc
:
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
if
Duel
.
SendtoHand
(
oc
,
1
-
tp
,
REASON_EFFECT
)
~=
0
and
oc
:
IsLocation
(
LOCATION_HAND
)
then
sg
:
RemoveCard
(
oc
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sc
=
sg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
sc
:
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
Duel
.
SendtoHand
(
sc
,
tp
,
REASON_EFFECT
)
end
end
...
...
c74191942.lua
View file @
cddf68f2
...
...
@@ -20,6 +20,7 @@ function c74191942.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
aux
.
Stringid
(
74191942
,
1
))
local
sg
=
g
:
Select
(
1
-
tp
,
1
,
1
,
nil
)
sg
:
GetFirst
():
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
g
:
Sub
(
sg
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
...
...
c97926515.lua
View file @
cddf68f2
...
...
@@ -29,7 +29,7 @@ function c97926515.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
local
tg
=
sg
:
Select
(
1
-
tp
,
1
,
1
,
nil
)
tg
:
GetFirst
():
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
c98301564.lua
View file @
cddf68f2
...
...
@@ -54,6 +54,7 @@ function c98301564.regop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
local
tg
=
sg
:
Select
(
1
-
tp
,
1
,
1
,
nil
)
tg
:
GetFirst
():
SetStatus
(
STATUS_TO_HAND_WITHOUT_CONFIRM
,
true
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
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