Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
43547fd6
Commit
43547fd6
authored
Feb 05, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
19d8c29d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
script/c100236109.lua
script/c100236109.lua
+1
-1
script/c101007089.lua
script/c101007089.lua
+3
-3
No files found.
script/c100236109.lua
View file @
43547fd6
...
...
@@ -9,7 +9,7 @@ function c100236109.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
100236109
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetTarget
(
c100236109
.
target
)
e1
:
SetOperation
(
c100236109
.
activate
)
e1
:
SetOperation
(
c100236109
.
operation
)
c
:
RegisterEffect
(
e1
)
end
c100236109
.
card_code_list
=
{
46986414
,
38033121
}
...
...
script/c101007089.lua
View file @
43547fd6
...
...
@@ -46,10 +46,10 @@ function c101007089.operation(e,tp,eg,ep,ev,re,r,rp)
if
ct
==
0
then
return
end
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
ct
)
Duel
.
ConfirmDecktop
(
tp
,
ct
)
g
=
g
:
Filter
(
c101007089
.
thfilter0
,
nil
)
if
g
:
GetCount
()
>
0
then
t
g
=
g
:
Filter
(
c101007089
.
thfilter0
,
nil
)
if
t
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tc
=
g
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
local
tc
=
t
g
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
if
tc
:
IsAbleToHand
()
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
...
...
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