Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
ddcb3649
Commit
ddcb3649
authored
May 25, 2025
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 82434 & 82435
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
cf49e059
Pipeline
#36782
passed with stage
in 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c82434.lua
script/c82434.lua
+1
-1
script/c82435.lua
script/c82435.lua
+1
-1
No files found.
script/c82434.lua
View file @
ddcb3649
...
...
@@ -36,7 +36,7 @@ function c82434.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c82434
.
counterfilter
(
c
)
return
c
:
GetSummonLocation
()
~=
LOCATION_EXTRA
and
c
:
GetType
()
==
TYPE_XYZ
return
not
(
c
:
GetSummonLocation
()
==
LOCATION_EXTRA
and
c
:
GetType
()
~=
TYPE_XYZ
)
end
function
c82434
.
spfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
>
0
...
...
script/c82435.lua
View file @
ddcb3649
...
...
@@ -36,7 +36,7 @@ function c82435.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c82435
.
counterfilter
(
c
)
return
c
:
GetSummonLocation
()
~=
LOCATION_EXTRA
and
c
:
GetType
()
==
TYPE_XYZ
return
not
(
c
:
GetSummonLocation
()
==
LOCATION_EXTRA
and
c
:
GetType
()
~=
TYPE_XYZ
)
end
function
c82435
.
spfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
GetLevel
()
>
0
...
...
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