Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
a7a38ab8
Commit
a7a38ab8
authored
Dec 12, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
70faac89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
c10833828.lua
c10833828.lua
+1
-1
c4869446.lua
c4869446.lua
+2
-2
No files found.
c10833828.lua
View file @
a7a38ab8
...
...
@@ -65,7 +65,7 @@ function c10833828.spop1(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCode
(
EFFECT_DISABLE_EFFECT
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e2
,
true
)
tc
:
RegisterFlagEffect
(
10833828
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
c
:
GetFieldI
d
())
tc
:
RegisterFlagEffect
(
10833828
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
c
:
GetFieldI
D
())
end
Duel
.
SpecialSummonComplete
()
end
...
...
c4869446.lua
View file @
a7a38ab8
...
...
@@ -27,13 +27,13 @@ function c4869446.posop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
eg
:
Filter
(
c4869446
.
cfilter
,
nil
)
local
tc
=
g
:
GetFirst
()
while
tc
do
tc
:
RegisterFlagEffect
(
4869446
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
e
:
GetHandler
():
GetFieldI
d
())
tc
:
RegisterFlagEffect
(
4869446
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
e
:
GetHandler
():
GetFieldI
D
())
tc
=
g
:
GetNext
()
end
end
function
c4869446
.
postg
(
e
,
c
)
for
_
,
flag
in
ipairs
({
c
:
GetFlagEffectLabel
(
4869446
)})
do
if
flag
==
e
:
GetHandler
():
GetFieldI
d
()
then
return
true
end
if
flag
==
e
:
GetHandler
():
GetFieldI
D
()
then
return
true
end
end
return
false
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