Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
0
Merge Requests
0
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
Nemo Ma
no81cards
Commits
7d5341f0
Commit
7d5341f0
authored
Nov 26, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
386d6655
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
expansions/script/c51927001.lua
expansions/script/c51927001.lua
+1
-1
expansions/script/c71403010.lua
expansions/script/c71403010.lua
+5
-5
No files found.
expansions/script/c51927001.lua
View file @
7d5341f0
...
@@ -67,7 +67,7 @@ end
...
@@ -67,7 +67,7 @@ end
function
c51927001
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c51927001
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetTargetsRelateToChain
()
local
g
=
Duel
.
GetTargetsRelateToChain
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
FilterSelect
(
1
-
tp
.
Card
.
IsAbleToHand
,
1
,
1
,
nil
)
local
sg
=
g
:
FilterSelect
(
1
-
tp
,
Card
.
IsAbleToHand
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
g
:
Sub
(
sg
)
g
:
Sub
(
sg
)
if
#
g
>
0
then
if
#
g
>
0
then
...
...
expansions/script/c71403010.lua
View file @
7d5341f0
...
@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
end
local
op
=
0
local
op
=
0
if
b1
and
b2
then
if
b1
and
b2
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
4
,
1
),
aux
.
Stringid
(
71403014
,
2
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
0
,
1
),
aux
.
Stringid
(
71403010
,
2
))
elseif
b1
then
elseif
b1
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
4
,
1
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
0
,
1
))
else
else
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
4
,
2
))
+
1
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
0
,
2
))
+
1
end
end
e
:
SetLabel
(
op
)
e
:
SetLabel
(
op
)
if
op
==
0
then
if
op
==
0
then
...
@@ -110,9 +110,9 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -110,9 +110,9 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp)
if
p_zone_check
and
oc
:
IsAbleToGrave
()
then
if
p_zone_check
and
oc
:
IsAbleToGrave
()
then
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
),
aux
.
Stringid
(
71403010
,
3
))
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
),
aux
.
Stringid
(
71403010
,
3
))
elseif
p_zone_check
then
elseif
p_zone_check
then
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
))
else
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
3
))
+
1
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
3
))
+
1
else
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
))
end
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
if
op2
==
0
then
if
op2
==
0
then
...
...
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