Commit 9e83ad68 authored by 未闻皂名's avatar 未闻皂名

2024/12/23 bug修复

parent 31362cc7
Pipeline #32022 passed with stages
in 9 minutes and 55 seconds
......@@ -175,7 +175,7 @@ function RushDuel.FusionProcedureCheckStep(c, mg, sg, fc, sub, extra, max, fun1,
end
sg:RemoveCard(c)
elseif fun1(c, fc, sub, mg, sg) then
if max == 0 then
if extra == nil or max == 0 then
return true
end
-- 额外的素材选择
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment