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
b29efbbc
Commit
b29efbbc
authored
Jun 23, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
88ceae89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
script/c40044918.lua
script/c40044918.lua
+3
-1
script/c43793530.lua
script/c43793530.lua
+0
-3
No files found.
script/c40044918.lua
View file @
b29efbbc
...
@@ -40,6 +40,8 @@ function c40044918.tg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -40,6 +40,8 @@ function c40044918.tg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
e
:
SetLabel
(
sel
)
e
:
SetLabel
(
sel
)
if
sel
==
1
then
if
sel
==
1
then
local
g
=
Duel
.
GetMatchingGroup
(
c40044918
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
1
,
0
,
0
)
else
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
else
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
end
end
function
c40044918
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c40044918
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
@@ -48,7 +50,7 @@ function c40044918.op(e,tp,eg,ep,ev,re,r,rp)
...
@@ -48,7 +50,7 @@ function c40044918.op(e,tp,eg,ep,ev,re,r,rp)
if
sel
==
1
then
if
sel
==
1
then
local
ct
=
Duel
.
GetMatchingGroupCount
(
c40044918
.
ctfilter
,
tp
,
LOCATION_MZONE
,
0
,
c
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
c40044918
.
ctfilter
,
tp
,
LOCATION_MZONE
,
0
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c40044918
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c40044918
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
if
ct
>
0
and
g
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
40044918
,
3
))
then
if
ct
>
0
and
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
dg
=
g
:
Select
(
tp
,
1
,
ct
,
nil
)
local
dg
=
g
:
Select
(
tp
,
1
,
ct
,
nil
)
Duel
.
HintSelection
(
dg
)
Duel
.
HintSelection
(
dg
)
...
...
script/c43793530.lua
deleted
100644 → 0
View file @
88ceae89
--ギガ·ガガギゴ
function
c43793530
.
initial_effect
(
c
)
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