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
67b8f860
Commit
67b8f860
authored
Jun 19, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f9ad42b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
expansions/script/c98941056.lua
expansions/script/c98941056.lua
+0
-2
No files found.
expansions/script/c98941056.lua
View file @
67b8f860
...
@@ -241,7 +241,6 @@ end
...
@@ -241,7 +241,6 @@ end
function
c98941056
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c98941056
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g1
=
Duel
.
GetMatchingGroup
(
c98941056
.
ctfilterzx
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g1
=
Duel
.
GetMatchingGroup
(
c98941056
.
ctfilterzx
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g2
=
Duel
.
GetMatchingGroup
(
c98941056
.
thfilterzx
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
nil
)
local
g2
=
Duel
.
GetMatchingGroup
(
c98941056
.
thfilterzx
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
nil
)
if
g1
:
GetCount
()
==
0
or
g2
:
GetCount
()
==
0
then
return
end
local
ct
=
g1
:
GetClassCount
(
Card
.
GetCode
)
local
ct
=
g1
:
GetClassCount
(
Card
.
GetCode
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g2
:
SelectSubGroup
(
tp
,
aux
.
TRUE
,
false
,
1
,
ct
)
local
sg
=
g2
:
SelectSubGroup
(
tp
,
aux
.
TRUE
,
false
,
1
,
ct
)
...
@@ -253,7 +252,6 @@ function c98941056.repop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -253,7 +252,6 @@ function c98941056.repop(e,tp,eg,ep,ev,re,r,rp)
end
end
local
g3
=
Duel
.
GetMatchingGroup
(
c98941056
.
ctfilterzx
,
1
-
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g3
=
Duel
.
GetMatchingGroup
(
c98941056
.
ctfilterzx
,
1
-
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g4
=
Duel
.
GetMatchingGroup
(
c98941056
.
thfilterzx
,
1
-
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
nil
)
local
g4
=
Duel
.
GetMatchingGroup
(
c98941056
.
thfilterzx
,
1
-
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
nil
)
if
g3
:
GetCount
()
==
0
or
g4
:
GetCount
()
==
0
then
return
end
local
ct1
=
g3
:
GetClassCount
(
Card
.
GetCode
)
local
ct1
=
g3
:
GetClassCount
(
Card
.
GetCode
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
local
sg1
=
g4
:
SelectSubGroup
(
1
-
tp
,
aux
.
TRUE
,
false
,
1
,
ct1
)
local
sg1
=
g4
:
SelectSubGroup
(
1
-
tp
,
aux
.
TRUE
,
false
,
1
,
ct1
)
...
...
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