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
e11261d6
Commit
e11261d6
authored
Nov 28, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 86379676
parent
44da3922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
script/c86379676.lua
script/c86379676.lua
+4
-2
No files found.
script/c86379676.lua
View file @
e11261d6
...
...
@@ -150,7 +150,8 @@ function c86379676.operation(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetFlagEffect
(
tp
,
86379676
)
>=
4
or
Duel
.
GetFlagEffect
(
tp
,
86379670
)
>
0
or
Duel
.
GetFlagEffect
(
tp
,
86379685
)
>
0
then
Duel
.
ResetFlagEffect
(
tp
,
86379670
)
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Release
(
c
,
REASON_EFFECT
)
local
rg
=
Duel
.
GetMatchingGroup
(
Card
.
IsReleasable
,
tp
,
LOCATION_PZONE
,
0
,
nil
)
Duel
.
Release
(
rg
,
REASON_EFFECT
)
local
g
=
Duel
.
GetMatchingGroup
(
c86379676
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
if
g
:
GetCount
()
>
0
and
ft
>
0
then
while
g
:
GetCount
()
>
0
and
ft
>
0
do
...
...
@@ -184,7 +185,8 @@ function c86379676.operation(e,tp,eg,ep,ev,re,r,rp)
end
else
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Release
(
c
,
REASON_EFFECT
)
local
rg
=
Duel
.
GetMatchingGroup
(
Card
.
IsReleasable
,
tp
,
LOCATION_PZONE
,
0
,
nil
)
Duel
.
Release
(
rg
,
REASON_EFFECT
)
local
g
=
Duel
.
GetMatchingGroup
(
c86379676
.
filter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
if
g
:
GetCount
()
>
0
and
ft
>
0
then
while
g
:
GetCount
()
>
0
and
ft
>
0
do
...
...
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