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
941e890b
Commit
941e890b
authored
May 23, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ea319047
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/script/c67200665.lua
expansions/script/c67200665.lua
+1
-1
expansions/script/c67200667.lua
expansions/script/c67200667.lua
+1
-1
No files found.
expansions/script/c67200665.lua
View file @
941e890b
...
@@ -31,7 +31,7 @@ function c67200665.initial_effect(c)
...
@@ -31,7 +31,7 @@ function c67200665.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c67200665
.
spfilter
(
c
)
function
c67200665
.
spfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsSetCard
(
0x667b
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsSetCard
(
0x667b
)
and
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_MONSTER
)
==
TYPE_MONSTER
end
end
function
c67200665
.
fselect
(
g
,
tp
)
function
c67200665
.
fselect
(
g
,
tp
)
return
aux
.
mzctcheck
(
g
,
tp
)
return
aux
.
mzctcheck
(
g
,
tp
)
...
...
expansions/script/c67200667.lua
View file @
941e890b
...
@@ -31,7 +31,7 @@ function c67200667.initial_effect(c)
...
@@ -31,7 +31,7 @@ function c67200667.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c67200667
.
spfilter
(
c
)
function
c67200667
.
spfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsSetCard
(
0x667b
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToGraveAsCost
()
and
c
:
IsSetCard
(
0x667b
)
and
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_MONSTER
)
==
TYPE_MONSTER
end
end
function
c67200667
.
fselect
(
g
,
tp
)
function
c67200667
.
fselect
(
g
,
tp
)
return
aux
.
mzctcheck
(
g
,
tp
)
return
aux
.
mzctcheck
(
g
,
tp
)
...
...
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