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
4bcc5d39
Commit
4bcc5d39
authored
Apr 25, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
98023fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
expansions/script/c98941057.lua
expansions/script/c98941057.lua
+12
-8
No files found.
expansions/script/c98941057.lua
View file @
4bcc5d39
...
...
@@ -345,6 +345,9 @@ function c98941057.gcheck(g)
return
g
:
FilterCount
(
Card
.
IsCode
,
nil
,
98941057
)
==
1
and
g
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
)
<=
1
end
function
c98941057
.
ppfilter
(
c
)
return
not
c
:
IsForbidden
()
end
function
c98941057
.
acost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
b1
=
Duel
.
CheckReleaseGroup
(
tp
,
c98941057
.
costfilter
,
1
,
nil
)
...
...
@@ -359,16 +362,17 @@ function c98941057.acost(e,tp,eg,ep,ev,re,r,rp,chk)
if
Duel
.
GetTurnPlayer
()
==
e
:
GetHandlerPlayer
()
then
sk
=
1
end
local
tg
=
g
:
SelectSubGroup
(
tp
,
c98941057
.
gcheck
,
false
,
sk
,
2
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
local
cou
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_PZONE
,
0
)
if
not
c
:
IsCode
(
78949372
)
and
(
not
b1
or
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
98941057
,
1
)))
then
sc
=
tg
:
GetFirst
()
while
sc
do
if
(
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
0
)
or
Duel
.
CheckLocation
(
tp
,
LOCATION_PZONE
,
1
))
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
98941057
,
3
))
then
Duel
.
MoveToField
(
sc
,
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
else
Duel
.
SendtoExtraP
(
sc
,
nil
,
REASON_EFFECT
)
end
sc
=
tg
:
GetNext
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SELECT
)
local
sg
=
tg
:
FilterSelect
(
tp
,
c98941057
.
ppfilter
,
0
,
2
-
cou
,
nil
)
local
tc
=
sg
:
GetFirst
()
while
tc
do
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
true
)
tc
=
sg
:
GetNext
()
end
tg
:
Sub
(
sg
)
Duel
.
SendtoExtraP
(
tg
,
nil
,
REASON_EFFECT
)
if
c
:
IsCode
(
51250293
)
then
e
:
SetLabel
(
LOCATION_DECK
)
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