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
5b22dffc
Commit
5b22dffc
authored
Apr 08, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
647178c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
c77584012.lua
c77584012.lua
+2
-4
No files found.
c77584012.lua
View file @
5b22dffc
...
...
@@ -49,7 +49,7 @@ function c77584012.operation(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_PHASE
+
PHASE_END
)
e2
:
SetLabel
(
cid
)
e2
:
SetLabelObject
(
e
2
)
e2
:
SetLabelObject
(
e
1
)
e2
:
SetOperation
(
c77584012
.
rstop
)
c
:
RegisterEffect
(
e2
)
end
...
...
@@ -57,10 +57,8 @@ function c77584012.rstop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
cid
=
e
:
GetLabel
()
c
:
ResetEffect
(
cid
,
RESET_COPY
)
local
e2
=
e
:
GetLabelObject
()
local
e1
=
e2
:
GetLabelObject
()
local
e1
=
e
:
GetLabelObject
()
e1
:
Reset
()
e2
:
Reset
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
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