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
c7fae86f
Commit
c7fae86f
authored
Mar 25, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379668.lua
parent
4a8ade74
Pipeline
#34183
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
script/c86379668.lua
script/c86379668.lua
+5
-3
No files found.
script/c86379668.lua
View file @
c7fae86f
...
...
@@ -29,16 +29,18 @@ function c86379668.initial_effect(c)
end
--
function
c86379668
.
filter
(
c
)
return
c
:
IsAbleToRemove
()
and
c
:
IsPreviousLocation
(
LOCATION_DECK
)
and
not
c
:
IsReason
(
REASON_DRAW
)
return
c
:
IsAbleToRemove
()
and
c
:
IsPreviousLocation
(
LOCATION_DECK
)
and
c
:
IsLocation
(
LOCATION_HAND
)
and
not
c
:
IsReason
(
REASON_DRAW
)
end
function
c86379668
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
c86379668
.
filter
,
1
,
nil
)
end
local
g
=
eg
:
Filter
(
c86379668
.
filter
,
nil
)
Duel
.
SetTargetCard
(
eg
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
g
,
g
:
GetCount
(),
0
,
0
)
end
function
c86379668
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
eg
:
IsExists
(
c86379668
.
filter
,
1
,
nil
)
then
local
g
=
eg
:
Filter
(
c86379668
.
filter
,
nil
)
local
tg
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
if
tg
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
):
IsExists
(
c86379668
.
filter
,
1
,
nil
)
then
local
g
=
tg
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
):
Filter
(
c86379668
.
filter
,
nil
)
Duel
.
Hint
(
HINT_CARD
,
0
,
86379668
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
end
...
...
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