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
7e5176ea
Commit
7e5176ea
authored
Jan 30, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c20112.lua
parent
d0b1f51f
Pipeline
#32874
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
script/c20112.lua
script/c20112.lua
+4
-1
No files found.
script/c20112.lua
View file @
7e5176ea
...
@@ -63,6 +63,8 @@ function c20112.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -63,6 +63,8 @@ function c20112.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
flag
=
e
:
GetHandler
():
GetFlagEffect
(
20112
)
local
flag
=
e
:
GetHandler
():
GetFlagEffect
(
20112
)
if
flag
==
3
then
if
flag
==
3
then
e
:
SetCategory
(
CATEGORY_DESTROY
)
e
:
SetCategory
(
CATEGORY_DESTROY
)
e
:
SetLabel
(
3
)
e
:
GetHandler
():
ResetFlagEffect
(
20112
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
sg
,
sg
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
sg
,
sg
:
GetCount
(),
0
,
0
)
else
else
...
@@ -75,8 +77,9 @@ function c20112.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,8 +77,9 @@ function c20112.operation(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
local
g1
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
local
g1
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
g
:
Merge
(
g1
)
g
:
Merge
(
g1
)
local
flag
=
e
:
Get
Handler
():
GetFlagEffect
(
20112
)
local
flag
=
e
:
Get
Label
(
)
if
flag
==
3
then
if
flag
==
3
then
e
:
SetLabel
(
0
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
e
:
GetHandler
():
ResetFlagEffect
(
20112
)
e
:
GetHandler
():
ResetFlagEffect
(
20112
)
...
...
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