Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Vury Leo
pre-release-database-cdb
Commits
bdf41d11
Commit
bdf41d11
authored
May 31, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into new-fusion
parents
91e21b6c
e4f32a5e
Pipeline
#37026
failed with stages
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/procedure.lua
script/procedure.lua
+2
-2
No files found.
script/procedure.lua
View file @
bdf41d11
...
...
@@ -2700,7 +2700,7 @@ function FusionSpell.GetSummonOperation(
--For each group, let user select the material that apply the extra material effect
for
material_effect
,
grouped_materials
in
pairs
(
material_grouped_by_extra_material_effect
)
do
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
material_effect
:
GetDescription
()
)
local
materials_to_apply
=
grouped_materials
:
Select
(
tp
,
0
,
#
grouped_materials
,
nil
)
local
rest_materials
=
grouped_materials
-
materials_to_apply
if
#
rest_materials
>
0
then
...
...
@@ -2729,7 +2729,7 @@ function FusionSpell.GetSummonOperation(
end
-- mark effect as used once. if count limit reached, reset the effect
for
effect
,
_
in
i
pairs
(
applied_extra_effects
)
do
for
effect
,
_
in
pairs
(
applied_extra_effects
)
do
effect
:
UseCountLimit
(
tp
)
if
effect
:
CheckCountLimit
(
tp
)
==
false
then
effect
:
Reset
()
...
...
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