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
e1bf1b16
Commit
e1bf1b16
authored
Jul 22, 2016
by
mercury233
Committed by
DailyShana
Jul 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#501)
parent
38ecd0e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
c73567374.lua
c73567374.lua
+4
-3
No files found.
c73567374.lua
View file @
e1bf1b16
...
...
@@ -17,13 +17,14 @@ function c73567374.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
g
=
Duel
.
GetMatchingGroup
(
c73567374
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
Duel
.
SetTargetCard
(
g
)
end
function
c73567374
.
filter2
(
c
)
function
c73567374
.
filter2
(
c
,
e
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_DUAL
)
and
not
c
:
IsDualState
()
and
c
:
IsRelateToEffect
(
e
)
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
c73567374
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c73567374
.
filter2
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
c73567374
.
filter2
,
tp
,
LOCATION_MZONE
,
0
,
nil
,
e
)
local
tc
=
g
:
GetFirst
()
local
fid
=
e
:
GetHandler
()
:
GetFieldID
()
local
fid
=
c
:
GetFieldID
()
while
tc
do
tc
:
EnableDualState
()
tc
:
RegisterFlagEffect
(
73567374
,
RESET_EVENT
+
0x1fe0000
+
RESET_PHASE
+
PHASE_END
,
0
,
1
,
fid
)
...
...
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