Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
161c21f4
Commit
161c21f4
authored
Jul 21, 2013
by
Fluorohydride
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #580 from woodee/patch-23
fix
parents
7c76f158
e46655ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
script/c18114794.lua
script/c18114794.lua
+9
-6
No files found.
script/c18114794.lua
View file @
161c21f4
...
@@ -42,12 +42,15 @@ function c18114794.checkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -42,12 +42,15 @@ function c18114794.checkop(e,tp,eg,ep,ev,re,r,rp)
c18114794
[
2
]
=
Duel
.
GetTurnCount
()
c18114794
[
2
]
=
Duel
.
GetTurnCount
()
end
end
local
tc
=
eg
:
GetFirst
()
local
tc
=
eg
:
GetFirst
()
if
tc
then
local
sp
=
tc
:
GetSummonPlayer
()
local
sp
=
tc
:
GetSummonPlayer
()
local
addtime
=
0
c18114794
[
sp
]
=
c18114794
[
sp
]
+
1
while
tc
do
if
c18114794
[
sp
]
==
3
and
sp
==
turnp
then
if
sp
==
turnp
then
addtime
=
1
end
Duel
.
RaiseEvent
(
e
:
GetHandler
(),
18114794
,
e
,
0
,
0
,
0
,
0
)
tc
=
eg
:
GetNext
()
end
end
c18114794
[
sp
]
=
c18114794
[
sp
]
+
addtime
if
c18114794
[
sp
]
==
3
and
sp
==
turnp
then
Duel
.
RaiseEvent
(
e
:
GetHandler
(),
18114794
,
e
,
0
,
0
,
0
,
0
)
end
end
end
end
function
c18114794
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c18114794
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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