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
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
Vee4
ygopro-scripts-888
Commits
666190db
Commit
666190db
authored
Sep 13, 2024
by
darklight12138
Committed by
GitHub
Sep 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Number 40: Gimmick Puppet of Strings (#2661)
parent
2a03d55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
c75433814.lua
c75433814.lua
+5
-2
No files found.
c75433814.lua
View file @
666190db
...
...
@@ -40,10 +40,13 @@ function c75433814.ctop(e,tp,eg,ep,ev,re,r,rp)
tc
:
AddCounter
(
0x1024
,
1
)
tc
=
g
:
GetNext
()
end
Duel
.
RegisterFlagEffect
(
tp
,
75433814
,
RESET_PHASE
+
PHASE_END
,
0
,
2
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
RegisterFlagEffect
(
75433814
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
+
RESET_OPPO_TURN
,
0
,
1
)
end
end
function
c75433814
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFlagEffect
(
tp
,
75433814
)
~=
0
and
Duel
.
GetTurnPlayer
()
~=
tp
return
e
:
GetHandler
():
GetFlagEffect
(
75433814
)
~=
0
and
Duel
.
GetTurnPlayer
()
~=
tp
end
function
c75433814
.
desfilter
(
c
)
return
c
:
GetCounter
(
0x1024
)
~=
0
...
...
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