Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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-scripts-888
Commits
2d5b89b0
Commit
2d5b89b0
authored
Nov 27, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 竜輝巧-エルγ
parent
8b565a07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
c60037599.lua
c60037599.lua
+3
-2
No files found.
c60037599.lua
View file @
2d5b89b0
...
@@ -18,7 +18,7 @@ function c60037599.splimit(e,se,sp,st)
...
@@ -18,7 +18,7 @@ function c60037599.splimit(e,se,sp,st)
return
se
:
GetHandler
():
IsSetCard
(
0x154
)
return
se
:
GetHandler
():
IsSetCard
(
0x154
)
end
end
function
c60037599
.
rbfilter
(
c
,
e
,
tp
)
function
c60037599
.
rbfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x154
)
and
c
:
IsAttack
(
2000
)
and
not
c
:
IsCode
(
60037599
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x154
)
and
c
:
IsAttack
(
2000
)
and
not
c
:
IsCode
(
60037599
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
aux
.
DrytronSpSummonType
(
c
)
)
end
end
function
c60037599
.
extraop
(
e
,
tp
)
function
c60037599
.
extraop
(
e
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
c60037599
.
rbfilter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
c60037599
.
rbfilter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
...
@@ -27,6 +27,7 @@ function c60037599.extraop(e,tp)
...
@@ -27,6 +27,7 @@ function c60037599.extraop(e,tp)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
local
sc
=
sg
:
GetFirst
()
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
aux
.
DrytronSpSummonType
(
sc
),
POS_FACEUP
)
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