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
f9eba4da
Commit
f9eba4da
authored
Jun 29, 2018
by
mercury233
Committed by
GitHub
Jun 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update (#1069)
parent
07e5f529
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
c24010609.lua
c24010609.lua
+0
-1
c29649320.lua
c29649320.lua
+0
-1
c6713443.lua
c6713443.lua
+0
-1
No files found.
c24010609.lua
View file @
f9eba4da
...
@@ -138,5 +138,4 @@ function c24010609.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -138,5 +138,4 @@ function c24010609.setop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
tc
=
tg
:
GetNext
()
tc
=
tg
:
GetNext
()
end
end
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
c29649320.lua
View file @
f9eba4da
...
@@ -75,7 +75,6 @@ function c29649320.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,7 +75,6 @@ function c29649320.setop(e,tp,eg,ep,ev,re,r,rp)
if
tc
then
if
tc
then
local
sg
=
Group
.
FromCards
(
c
,
tc
)
local
sg
=
Group
.
FromCards
(
c
,
tc
)
Duel
.
SSet
(
tp
,
sg
)
Duel
.
SSet
(
tp
,
sg
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_TRAP_ACT_IN_SET_TURN
)
e1
:
SetCode
(
EFFECT_TRAP_ACT_IN_SET_TURN
)
...
...
c6713443.lua
View file @
f9eba4da
...
@@ -48,7 +48,6 @@ function c6713443.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -48,7 +48,6 @@ function c6713443.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
setg
=
sg
:
Select
(
tp
,
1
,
ft2
,
nil
)
local
setg
=
sg
:
Select
(
tp
,
1
,
ft2
,
nil
)
Duel
.
SSet
(
tp
,
setg
)
Duel
.
SSet
(
tp
,
setg
)
Duel
.
ConfirmCards
(
1
-
tp
,
setg
)
end
end
end
end
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