Commit 96024e4e authored by 未闻皂名's avatar 未闻皂名

2025/1/13 bug修复

parent 2de6d9bb
Pipeline #32585 passed with stages
in 10 minutes and 18 seconds
......@@ -110,7 +110,7 @@ end
function RushDuel.SendToDeckSort(target, sequence, reason, sort_player)
local g = RushDuel.ToMaximunGroup(target)
if reason & REASON_COST ~= 0 then
g = g:Filter(Card.IsAbleToDeckAsCost, nil)
g = g:Filter(Card.IsAbleToDeckOrExtraAsCost, nil)
else
g = g:Filter(Card.IsAbleToDeck, nil)
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