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
d4b8ffcf
Commit
d4b8ffcf
authored
Feb 22, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c22238.lua
parent
b115dac8
Pipeline
#33328
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/c22238.lua
script/c22238.lua
+1
-1
No files found.
script/c22238.lua
View file @
d4b8ffcf
...
@@ -45,7 +45,7 @@ function c22238.mfilter2(c)
...
@@ -45,7 +45,7 @@ function c22238.mfilter2(c)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
c
:
IsCode
(
22132
,
22200
))
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
c
:
IsCode
(
22132
,
22200
))
end
end
function
c22238
.
mfilter3
(
c
)
function
c22238
.
mfilter3
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
c
:
IsCode
(
22131
,
22200
))
return
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
c
:
IsCode
(
22131
,
22
191
,
22
200
))
end
end
--
--
function
c22238
.
filters
(
c
)
function
c22238
.
filters
(
c
)
...
...
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