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
MyCard
pre-release-database-cdb
Commits
d1910307
Commit
d1910307
authored
May 21, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove
parent
2fa164a3
Pipeline
#36593
failed with stages
in 3 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
script/c101301054.lua
script/c101301054.lua
+0
-24
No files found.
script/c101301054.lua
View file @
d1910307
...
@@ -155,30 +155,6 @@ function s.splimit(e,c)
...
@@ -155,30 +155,6 @@ function s.splimit(e,c)
return
not
(
c
:
IsSetCard
(
0x2cd
)
or
c
:
IsCode
(
101301008
))
and
not
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
(
c
:
IsSetCard
(
0x2cd
)
or
c
:
IsCode
(
101301008
))
and
not
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
-- should move to Auxiliary
function
Auxiliary
.
DefineGetter
(
mt
,
field
,
f
)
if
not
mt
.
_getters
then
mt
.
_getters
=
{}
end
if
not
mt
.
__define_getter_registered__
then
mt
.
__define_getter_registered__
=
true
local
old_index
=
mt
.
__index
mt
.
__index
=
function
(
self
,
key
)
if
mt
.
_getters
and
mt
.
_getters
[
key
]
~=
nil
then
return
mt
.
_getters
[
key
](
self
)
end
if
type
(
old_index
)
==
"function"
then
return
old_index
(
self
,
key
)
elseif
type
(
old_index
)
==
"table"
then
return
old_index
[
key
]
end
return
nil
end
end
mt
.
_getters
[
field
]
=
f
end
function
s
.
announce_filter_func
(
e
,
tp
,
ev
)
function
s
.
announce_filter_func
(
e
,
tp
,
ev
)
local
exg
=
Duel
.
GetMatchingGroup
(
aux
.
AND
(
Card
.
IsFaceup
,
Card
.
IsSetCard
),
tp
,
LOCATION_MZONE
,
0
,
nil
,
0x2cd
)
local
exg
=
Duel
.
GetMatchingGroup
(
aux
.
AND
(
Card
.
IsFaceup
,
Card
.
IsSetCard
),
tp
,
LOCATION_MZONE
,
0
,
nil
,
0x2cd
)
local
ncodes
=
s
.
CreateCodeList
(
exg
,
s
.
announced
[
tp
],
nil
,
nil
)
local
ncodes
=
s
.
CreateCodeList
(
exg
,
s
.
announced
[
tp
],
nil
,
nil
)
...
...
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