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
a902a5bc
Commit
a902a5bc
authored
Dec 21, 2015
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c1006081.lua
parent
0923b804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c1006081.lua
c1006081.lua
+2
-2
No files found.
c1006081.lua
View file @
a902a5bc
...
@@ -25,9 +25,9 @@ function c1006081.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -25,9 +25,9 @@ function c1006081.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
op
=
0
local
op
=
0
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
550
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
550
)
if
g
:
GetFirst
():
GetLevel
()
==
1
then
if
g
:
GetFirst
():
GetLevel
()
==
1
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
1006081
,
0
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
1006081
,
1
))
else
else
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
1006081
,
0
),
aux
.
Stringid
(
1006081
,
1
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
1006081
,
1
),
aux
.
Stringid
(
1006081
,
2
))
end
end
e
:
SetLabel
(
op
)
e
:
SetLabel
(
op
)
end
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