Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
MyCard
ygopro-scripts-888
Commits
99a7d818
Commit
99a7d818
authored
Oct 06, 2023
by
咕咕鸡
Committed by
GitHub
Oct 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix-厄災の星ティ・フォン (#2139)
parent
5cc06bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
c93039339.lua
c93039339.lua
+8
-4
No files found.
c93039339.lua
View file @
99a7d818
...
...
@@ -47,11 +47,15 @@ function s.chkfilter(c,tp)
end
function
s
.
chk
(
e
,
tp
,
eg
)
for
p
=
0
,
1
do
if
eg
:
IsExists
(
s
.
chkfilter
,
1
,
nil
,
p
)
then
Duel
.
RegisterFlagEffect
(
p
,
id
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
if
Duel
.
GetFlagEffect
(
p
,
id
)
>
1
then
Duel
.
RegisterFlagEffect
(
p
,
id
+
o
,
RESET_PHASE
+
PHASE_END
,
0
,
2
)
local
tc
=
eg
:
GetFirst
()
while
tc
do
if
s
.
chkfilter
(
tc
,
p
)
then
Duel
.
RegisterFlagEffect
(
p
,
id
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
tc
=
eg
:
GetNext
()
end
if
Duel
.
GetFlagEffect
(
p
,
id
)
>
1
then
Duel
.
RegisterFlagEffect
(
p
,
id
+
o
,
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
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