Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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-520DIY
ygopro
Commits
00c939ab
Commit
00c939ab
authored
Jun 15, 2015
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1403 from Tianchenglipu/patch-2
Update c85087012.lua
parents
76a7e126
15cc2b03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
script/c83531441.lua
script/c83531441.lua
+2
-2
script/c85087012.lua
script/c85087012.lua
+2
-2
No files found.
script/c83531441.lua
View file @
00c939ab
...
...
@@ -44,8 +44,8 @@ function c83531441.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
else
local
ac
=
0
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
83531441
,
2
))
if
ct
==
2
then
ac
=
Duel
.
AnnounceNumber
(
tp
,
1
,
2
)
else
ac
=
Duel
.
AnnounceNumber
(
tp
,
1
,
2
,
3
)
end
if
ct
==
2
then
ac
=
Duel
.
AnnounceNumber
(
tp
,
2
,
1
)
else
ac
=
Duel
.
AnnounceNumber
(
tp
,
3
,
2
,
1
)
end
Duel
.
DiscardDeck
(
tp
,
ac
,
REASON_COST
)
e
:
SetLabel
(
ac
)
end
...
...
script/c85087012.lua
View file @
00c939ab
...
...
@@ -30,8 +30,8 @@ function c85087012.cost(e,tp,eg,ep,ev,re,r,rp,chk)
else
local
ac
=
0
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
85087012
,
2
))
if
ct
==
2
then
ac
=
Duel
.
AnnounceNumber
(
tp
,
1
,
2
)
else
ac
=
Duel
.
AnnounceNumber
(
tp
,
1
,
2
,
3
)
end
if
ct
==
2
then
ac
=
Duel
.
AnnounceNumber
(
tp
,
2
,
1
)
else
ac
=
Duel
.
AnnounceNumber
(
tp
,
3
,
2
,
1
)
end
Duel
.
DiscardDeck
(
tp
,
ac
,
REASON_COST
)
e
:
SetLabel
(
ac
)
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