Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Ai
ygopro-222DIY-cards
Commits
a8f7b874
Commit
a8f7b874
authored
Jan 12, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
0ce8ff6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
expansions/script/c21410131.lua
expansions/script/c21410131.lua
+6
-6
No files found.
expansions/script/c21410131.lua
View file @
a8f7b874
...
@@ -72,18 +72,18 @@ function cm.psop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -72,18 +72,18 @@ function cm.psop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOFIELD
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOFIELD
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
psfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
psfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
MoveToField
(
g
:
GetFirst
(),
tp
,
tp
,
LOCATION_
S
ZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
g
:
GetFirst
(),
tp
,
tp
,
LOCATION_
P
ZONE
,
POS_FACEUP
,
true
)
end
end
end
end
function
cm
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
c
:
GetReasonCard
()
local
rc
=
c
:
GetReasonCard
()
Debug
.
Message
(
"gotin"
)
--
Debug.Message("gotin")
Debug
.
Message
(
r
)
--
Debug.Message(r)
Debug
.
Message
(
REASON_FUSION
)
--
Debug.Message(REASON_FUSION)
Debug
.
Message
(
REASON_LINK
)
--
Debug.Message(REASON_LINK)
Debug
.
Message
(
REASON_RELEASE
)
--
Debug.Message(REASON_RELEASE)
return
rc
:
IsSetCard
(
0x6c25
)
and
(
rc
:
IsType
(
TYPE_FUSION
)
or
rc
:
IsType
(
TYPE_LINK
))
and
r
&
REASON_FUSION
+
REASON_LINK
+
REASON_SPSUMMON
~=
0
return
rc
:
IsSetCard
(
0x6c25
)
and
(
rc
:
IsType
(
TYPE_FUSION
)
or
rc
:
IsType
(
TYPE_LINK
))
and
r
&
REASON_FUSION
+
REASON_LINK
+
REASON_SPSUMMON
~=
0
end
end
function
cm
.
filter
(
c
,
e
,
tp
)
function
cm
.
filter
(
c
,
e
,
tp
)
...
...
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