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
40a1986b
Commit
40a1986b
authored
Oct 11, 2015
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20 from mercury233/patch-1
fix typo
parents
645872f4
527e411d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c23064604.lua
c23064604.lua
+2
-2
No files found.
c23064604.lua
View file @
40a1986b
...
@@ -93,7 +93,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -93,7 +93,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp)
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
23064604
,
3
),
aux
.
Stringid
(
23064604
,
4
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
23064604
,
3
),
aux
.
Stringid
(
23064604
,
4
))
elseif
not
b2
and
b3
then
elseif
not
b2
and
b3
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
23064604
,
3
),
aux
.
Stringid
(
23064604
,
5
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
23064604
,
3
),
aux
.
Stringid
(
23064604
,
5
))
if
op
=
1
then
op
=
2
end
if
op
=
=
1
then
op
=
2
end
else
else
op
=
0
op
=
0
end
end
...
@@ -108,7 +108,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -108,7 +108,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp)
end
end
if
op
==
0
then
if
op
==
0
then
sg
=
hg
:
RandomSelect
(
tp
,
1
)
sg
=
hg
:
RandomSelect
(
tp
,
1
)
else
if
op
==
1
then
elseif
op
==
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
sg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToDeck
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
sg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToDeck
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
HintSelection
(
sg
)
...
...
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