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
e6014122
Commit
e6014122
authored
Feb 28, 2026
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1c8cff03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
expansions/script/c11451774.lua
expansions/script/c11451774.lua
+8
-8
expansions/script/c119974580.lua
expansions/script/c119974580.lua
+1
-1
No files found.
expansions/script/c11451774.lua
View file @
e6014122
...
@@ -81,12 +81,12 @@ function cm.rfilter(c)
...
@@ -81,12 +81,12 @@ function cm.rfilter(c)
return
c
:
GetFlagEffect
(
11451771
)
>
0
return
c
:
GetFlagEffect
(
11451771
)
>
0
end
end
function
Group
.
ForEach
(
group
,
func
,
...
)
function
Group
.
ForEach
(
group
,
func
,
...
)
if
aux
.
GetValueType
(
group
)
==
"Group"
and
group
:
GetCount
()
>
0
then
if
aux
.
GetValueType
(
group
)
==
"Group"
and
group
:
GetCount
()
>
0
then
local
d_group
=
group
:
Clone
()
local
d_group
=
group
:
Clone
()
for
tc
in
aux
.
Next
(
d_group
)
do
for
tc
in
aux
.
Next
(
d_group
)
do
func
(
tc
,
...
)
func
(
tc
,
...
)
end
end
end
end
end
end
function
cm
.
adjustop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
adjustop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
phase
=
Duel
.
GetCurrentPhase
()
local
phase
=
Duel
.
GetCurrentPhase
()
...
@@ -196,7 +196,7 @@ function cm.desrepop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -196,7 +196,7 @@ function cm.desrepop(e,tp,eg,ep,ev,re,r,rp)
local
tt
=
Duel
.
GetAttackTarget
()
local
tt
=
Duel
.
GetAttackTarget
()
if
tt
then
g
:
AddCard
(
tt
)
end
if
tt
then
g
:
AddCard
(
tt
)
end
local
tg
=
g
:
Filter
(
Card
.
IsAbleToHand
,
nil
)
local
tg
=
g
:
Filter
(
Card
.
IsAbleToHand
,
nil
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
+
REASON_REPLACE
)
e
:
Reset
()
e
:
Reset
()
end
end
function
cm
.
thfilter
(
c
,
code
)
function
cm
.
thfilter
(
c
,
code
)
...
@@ -277,5 +277,5 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -277,5 +277,5 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
if
not
g
then
return
end
if
not
g
then
return
end
local
sg
=
g
:
Filter
(
cm
.
filter6
,
nil
)
local
sg
=
g
:
Filter
(
cm
.
filter6
,
nil
)
g
:
DeleteGroup
()
g
:
DeleteGroup
()
Duel
.
SendtoHand
(
sg
,
tp
,
REASON_EFFECT
+
REASON_REPLACE
)
Duel
.
SendtoHand
(
sg
,
tp
,
REASON_EFFECT
)
end
end
\ No newline at end of file
expansions/script/c119974580.lua
View file @
e6014122
...
@@ -92,7 +92,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -92,7 +92,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
op
=
aux
.
SelectFromOptions
(
tp
,{
tc
:
IsAbleToHand
(),
1190
},{
ft
>
0
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
),
1152
})
local
op
=
aux
.
SelectFromOptions
(
tp
,{
tc
:
IsAbleToHand
(),
1190
},{
ft
>
0
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
),
1152
})
if
op
==
0
then
if
op
==
1
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
elseif
Duel
.
SpecialSummonStep
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
elseif
Duel
.
SpecialSummonStep
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
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