Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
ygopro-scripts-888
Commits
479ba3b1
Commit
479ba3b1
authored
Mar 06, 2024
by
wind2009
Committed by
GitHub
Mar 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix releasing face-down monster (#2438)
parent
0a400ca3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c15001940.lua
c15001940.lua
+1
-1
c89016236.lua
c89016236.lua
+1
-1
No files found.
c15001940.lua
View file @
479ba3b1
...
@@ -47,7 +47,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -47,7 +47,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_MZONE
)
>
0
return
eg
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_MZONE
)
>
0
end
end
function
s
.
relfilter1
(
c
,
tp
)
function
s
.
relfilter1
(
c
,
tp
)
return
c
:
IsSetCard
(
0x196
)
and
c
:
Is
Faceup
()
and
c
:
Is
ReleasableByEffect
()
return
c
:
IsSetCard
(
0x196
)
and
c
:
IsReleasableByEffect
()
and
Duel
.
IsExistingMatchingCard
(
s
.
relfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
c
,
tp
,
c
)
and
Duel
.
IsExistingMatchingCard
(
s
.
relfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
c
,
tp
,
c
)
end
end
function
s
.
relfilter2
(
c
,
tp
,
ec
)
function
s
.
relfilter2
(
c
,
tp
,
ec
)
...
...
c89016236.lua
View file @
479ba3b1
...
@@ -44,7 +44,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -44,7 +44,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_MZONE
)
>
0
return
eg
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_MZONE
)
>
0
end
end
function
s
.
relfilter1
(
c
,
tp
)
function
s
.
relfilter1
(
c
,
tp
)
return
c
:
IsSetCard
(
0x196
)
and
c
:
Is
Faceup
()
and
c
:
Is
ReleasableByEffect
()
return
c
:
IsSetCard
(
0x196
)
and
c
:
IsReleasableByEffect
()
and
Duel
.
IsExistingMatchingCard
(
s
.
relfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
c
,
tp
,
c
)
and
Duel
.
IsExistingMatchingCard
(
s
.
relfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
c
,
tp
,
c
)
end
end
function
s
.
relfilter2
(
c
,
tp
,
ec
)
function
s
.
relfilter2
(
c
,
tp
,
ec
)
...
...
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