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
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
Commits
d0b9155b
Commit
d0b9155b
authored
Sep 13, 2017
by
mercury233
Committed by
GitHub
Sep 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6110a16e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
c35371948.lua
c35371948.lua
+3
-3
No files found.
c35371948.lua
View file @
d0b9155b
...
...
@@ -102,7 +102,7 @@ function c35371948.operation(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetCode
(
EVENT_CHAINING
)
e4
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_PHASE
+
PHASE_DRAW
)
e4
:
SetLabel
(
fid
)
e4
:
SetLabel
(
tc
:
GetFieldID
()
)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
c35371948
.
rstop2
)
Duel
.
RegisterEffect
(
e4
,
tp
)
...
...
@@ -144,12 +144,12 @@ function c35371948.agop(e,tp,eg,ep,ev,re,r,rp)
end
function
c35371948
.
rstop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
if
tc
:
GetFlagEffectLabel
(
35371948
)
==
0
then
return
end
if
tc
:
GetFlagEffectLabel
(
35371948
)
~=
e
:
GetLabel
()
then
return
end
local
c
=
e
:
GetHandler
()
c
:
CancelCardTarget
(
tc
)
local
te
=
e
:
GetLabelObject
()
tc
:
ResetFlagEffect
(
35371948
)
te
:
Reset
()
if
te
then
te
:
Reset
()
end
end
function
c35371948
.
damcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
eg
:
GetFirst
():
IsSetCard
(
0xfb
)
...
...
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