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
4c7bdf0f
Commit
4c7bdf0f
authored
Feb 26, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379574.lua
parent
79eb87f2
Pipeline
#33379
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c86379574.lua
script/c86379574.lua
+3
-3
No files found.
script/c86379574.lua
View file @
4c7bdf0f
...
...
@@ -61,17 +61,17 @@ function c86379574.pop(e,tp,eg,ep,ev,re,r,rp)
end
--
function
c86379574
.
excfilter
(
c
,
tp
)
return
c
:
Is
Position
(
POS_FACEDOWN
)
and
c
:
IsControler
(
1
-
tp
)
return
c
:
Is
Facedown
()
and
c
:
IsControler
(
tp
)
end
function
c86379574
.
excon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
st
=
e
:
GetHandler
():
GetSequence
()
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_EXTRA
,
0
)
-
1
return
eg
:
FilterCount
(
c86379574
.
excfilter
,
nil
,
tp
)
>
0
and
st
==
ct
return
eg
:
IsExists
(
c86379574
.
excfilter
,
1
,
nil
,
1
-
tp
)
and
st
==
ct
end
function
c86379574
.
excon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
st
=
e
:
GetHandler
():
GetSequence
()
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_EXTRA
,
0
)
-
1
return
st
==
ct
return
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
1
-
tp
)
and
st
==
ct
end
function
c86379574
.
sqfilter
(
c
)
return
c
:
IsSetCard
(
0x299
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToRemoveAsCost
()
...
...
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