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
37af53b4
Commit
37af53b4
authored
Feb 22, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379841.lua
parent
c261a46e
Pipeline
#33330
passed with stage
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
script/c86379841.lua
script/c86379841.lua
+2
-6
No files found.
script/c86379841.lua
View file @
37af53b4
...
...
@@ -41,14 +41,10 @@ function c86379841.mfilter1(c)
return
c
:
IsRace
(
RACE_SPELLCASTER
)
end
function
c86379841
.
mfilter2
(
c
)
local
deck_check
=
1
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22162
)
then
deck_check
=
0
end
return
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
((
c
:
IsSetCard
(
0x184
)
or
c
:
IsCode
(
22200
))
and
(
deck_check
==
1
or
not
c
:
IsLocation
(
LOCATION_DECK
))))
return
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
c
:
IsCode
(
22162
,
22200
))
end
function
c86379841
.
mfilter3
(
c
)
local
deck_check
=
1
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22134
)
then
deck_check
=
0
end
return
(
c
:
GetAttribute
()
==
0
and
c
:
IsType
(
TYPE_MONSTER
))
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
((
c
:
IsSetCard
(
0x181
)
or
c
:
IsCode
(
22200
))
and
(
deck_check
==
1
or
not
c
:
IsLocation
(
LOCATION_DECK
))))
return
(
c
:
GetAttribute
()
==
0
and
c
:
IsType
(
TYPE_MONSTER
))
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22249
)
and
c
:
IsCode
(
22134
,
22200
))
end
--
function
c86379841
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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