Commit d25b1d33 authored by 未闻皂名's avatar 未闻皂名

2023/7/12 里侧特殊召唤复数只怪兽的场合,洗切怪兽

parent ff888d0c
Pipeline #22648 passed with stages
in 6 minutes and 42 seconds
......@@ -63,6 +63,10 @@ function RushDuel._special_summon(target, effect, player, position, break_effect
local ct = Duel.SpecialSummon(target, 0, player, target_player or player, false, false, position)
if (position & POS_FACEDOWN) ~= 0 then
Duel.ConfirmCards(1 - player, target)
local og = Duel.GetOperatedGroup():Filter(Card.IsFacedown, nil)
if og:GetCount() > 1 then
Duel.ShuffleSetCard(og)
end
end
return ct
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