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
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
Vury Leo
pre-release-database-cdb
Commits
bd32aabd
Commit
bd32aabd
authored
Feb 04, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GMX Applied Experiment #55
parent
10a59aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c101303096.lua
script/c101303096.lua
+2
-2
No files found.
script/c101303096.lua
View file @
bd32aabd
...
...
@@ -17,7 +17,7 @@ function s.cfilter1(c,tp)
and
Duel
.
IsExistingMatchingCard
(
s
.
cfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
c
)
end
function
s
.
cfilter2
(
c
)
return
not
c
:
IsSetCard
(
0x2dd
)
and
c
:
IsRace
(
RACE_DINOSAUR
)
return
c
:
IsRace
(
RACE_DINOSAUR
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
@@ -45,7 +45,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
seq2
=-
1
local
spcard2
=
nil
for
tc
in
aux
.
Next
(
g2
)
do
if
tc
:
GetSequence
()
>
seq2
then
if
tc
:
GetSequence
()
>
seq2
and
tc
:
GetSequence
()
~=
seq1
then
seq2
=
tc
:
GetSequence
()
spcard2
=
tc
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