Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
1
Merge Requests
1
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
pre-release-database-cdb
Commits
6f23322c
Commit
6f23322c
authored
Jan 24, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Shipping Archifiend
parent
32512e75
Pipeline
#42694
canceled with stages
in 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
script/c101303088.lua
script/c101303088.lua
+5
-5
No files found.
script/c101303088.lua
View file @
6f23322c
...
...
@@ -29,8 +29,8 @@ function s.arfilter(c,e)
return
c
:
IsFaceup
()
and
c
:
IsCanBeEffectTarget
(
e
)
end
function
s
.
gcheck
(
g
)
local
att
=
0
local
race
=
0
local
att
=
ATTRIBUTE_ALL
local
race
=
ATTRIBUTE_ALL
for
tc
in
aux
.
Next
(
g
)
do
att
=
bit
.
band
(
att
,
tc
:
GetAttribute
())
race
=
bit
.
band
(
race
,
tc
:
GetRace
())
...
...
@@ -43,8 +43,8 @@ function s.artg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chk
==
0
then
return
tg
:
CheckSubGroup
(
s
.
gcheck
,
1
,
99
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TARGET
)
local
g
=
tg
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
1
,
99
)
local
att
=
0
local
race
=
0
local
att
=
ATTRIBUTE_ALL
local
race
=
ATTRIBUTE_ALL
for
tc
in
aux
.
Next
(
g
)
do
att
=
bit
.
band
(
att
,
tc
:
GetAttribute
())
race
=
bit
.
band
(
race
,
tc
:
GetRace
())
...
...
@@ -95,7 +95,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
1
-
tp
)
end
function
s
.
thfilter
(
c
,
e
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
c
:
IsCanBeEffectTarget
(
e
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
Is
Faceup
()
and
c
:
Is
AbleToHand
()
and
c
:
IsCanBeEffectTarget
(
e
)
end
function
s
.
fselect
(
g
)
return
aux
.
SameValueCheck
(
g
,
Card
.
GetAttribute
)
and
aux
.
SameValueCheck
(
g
,
Card
.
GetRace
)
and
g
:
GetClassCount
(
Card
.
GetControler
)
==
2
...
...
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