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

2026/3/1 bug修复

parent 499bb12b
Pipeline #43495 passed with stages
in 9 minutes and 57 seconds
...@@ -95,7 +95,7 @@ function RushDuel._set_spell_trap(target, effect, player, break_effect) ...@@ -95,7 +95,7 @@ function RushDuel._set_spell_trap(target, effect, player, break_effect)
if target:FilterCount(Card.IsLocation, nil, LOCATION_HAND) == #target then if target:FilterCount(Card.IsLocation, nil, LOCATION_HAND) == #target then
confirm = false confirm = false
end end
return Duel.SSet(player, target, confirm) return Duel.SSet(player, target, player, confirm)
end 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