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
c9a0ee0a
Commit
c9a0ee0a
authored
Jan 25, 2024
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Auxiliary.FusionEffectUltimateOperation
parent
8637e2a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
procedure.lua
procedure.lua
+2
-2
No files found.
procedure.lua
View file @
c9a0ee0a
...
@@ -1615,7 +1615,7 @@ function Auxiliary.FusionEffectUltimateOperation(params)
...
@@ -1615,7 +1615,7 @@ function Auxiliary.FusionEffectUltimateOperation(params)
Auxiliary
.
GCheckAdditional
=
params
.
get_gcheck
(
e
,
tp
,
tc
)
Auxiliary
.
GCheckAdditional
=
params
.
get_gcheck
(
e
,
tp
,
tc
)
end
end
if
params
.
get_fcheck
then
Auxiliary
.
FCheckAdditional
=
params
.
get_fcheck
(
tc
,
e
,
tp
)
end
if
params
.
get_fcheck
then
Auxiliary
.
FCheckAdditional
=
params
.
get_fcheck
(
tc
,
e
,
tp
)
end
if
sg1
:
IsContains
(
tc
)
and
(
sg2
==
nil
or
not
sg2
:
IsContains
(
tc
)
or
not
Duel
.
SelectYesNo
(
tp
,
ce
:
GetDescription
()))
then
if
sg1
:
IsContains
(
tc
)
and
(
sg2
==
nil
or
not
sg2
:
IsContains
(
tc
)
or
ce
and
not
Duel
.
SelectYesNo
(
tp
,
ce
:
GetDescription
()))
then
local
mat1
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg1
,
gc
,
chkf
)
local
mat1
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg1
,
gc
,
chkf
)
tc
:
SetMaterial
(
mat1
)
tc
:
SetMaterial
(
mat1
)
if
params
.
mat_operation2
then
params
.
mat_operation2
(
e
,
tp
,
mat1
)
end
if
params
.
mat_operation2
then
params
.
mat_operation2
(
e
,
tp
,
mat1
)
end
...
@@ -1642,7 +1642,7 @@ function Auxiliary.FusionEffectUltimateOperation(params)
...
@@ -1642,7 +1642,7 @@ function Auxiliary.FusionEffectUltimateOperation(params)
params
.
mat_operation
(
mat1
)
params
.
mat_operation
(
mat1
)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_FUSION
,
tp
,
tp
,
params
.
spsummon_nocheck
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_FUSION
,
tp
,
tp
,
params
.
spsummon_nocheck
,
false
,
POS_FACEUP
)
else
else
if
ce
then
local
mat2
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg2
,
gc
,
chkf
)
local
mat2
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg2
,
gc
,
chkf
)
local
fop
=
ce
:
GetOperation
()
local
fop
=
ce
:
GetOperation
()
fop
(
ce
,
e
,
tp
,
tc
,
mat2
)
fop
(
ce
,
e
,
tp
,
tc
,
mat2
)
...
...
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