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
d7332ba2
Commit
d7332ba2
authored
Feb 15, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c10099.lua
parent
f3bc3d0b
Pipeline
#33230
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c10099.lua
script/c10099.lua
+3
-3
No files found.
script/c10099.lua
View file @
d7332ba2
...
...
@@ -23,7 +23,7 @@ function c10099.initial_effect(c)
--
end
--
function
c10099
.
cfilter1
(
c
,
tp
)
function
c10099
.
cfilter1
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x100
,
0x200
)
and
c
:
IsAbleToRemoveAsCost
()
end
function
c10099
.
cfilter2
(
sg
,
tp
)
...
...
@@ -32,11 +32,11 @@ end
function
c10099
.
con1
(
e
,
c
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
mg
=
Duel
.
GetMatchingGroup
(
c10099
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
nil
,
tp
)
local
mg
=
Duel
.
GetMatchingGroup
(
c10099
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
return
mg
:
CheckSubGroup
(
c10099
.
cfilter2
,
2
,
2
,
tp
)
end
function
c10099
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c10099
.
cfilter1
,
tp
,
LOCATION_MZONE
+
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c10099
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
c10099
.
cfilter2
,
true
,
2
,
2
,
tp
)
if
sg
then
...
...
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