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
Reinen
ygopro-scripts
Commits
a037c979
Commit
a037c979
authored
Oct 09, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 大いなる魔導
parent
bb4028b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c7548747.lua
c7548747.lua
+1
-1
No files found.
c7548747.lua
View file @
a037c979
...
@@ -42,7 +42,7 @@ function c7548747.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -42,7 +42,7 @@ function c7548747.activate(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
then
local
check
=
c7548747
.
check
(
tp
,
TYPE_FUSION
)
and
c7548747
.
check
(
tp
,
TYPE_SYNCHRO
)
and
c7548747
.
check
(
tp
,
TYPE_XYZ
)
and
c7548747
.
check
(
tp
,
TYPE_LINK
)
local
check
=
c7548747
.
check
(
tp
,
TYPE_FUSION
)
and
c7548747
.
check
(
tp
,
TYPE_SYNCHRO
)
and
c7548747
.
check
(
tp
,
TYPE_XYZ
)
and
c7548747
.
check
(
tp
,
TYPE_LINK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c7548747
.
eqfilter
),
tp
,
LOCATION_EXTRA
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
1
,
1
,
c
,
check
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c7548747
.
eqfilter
),
tp
,
LOCATION_EXTRA
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
1
,
1
,
t
c
,
check
)
local
ec
=
g
:
GetFirst
()
local
ec
=
g
:
GetFirst
()
if
ec
then
if
ec
then
if
not
Duel
.
Equip
(
tp
,
ec
,
tc
)
then
return
end
if
not
Duel
.
Equip
(
tp
,
ec
,
tc
)
then
return
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