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

2024/8/12 bug修复

parent 07b82e89
Pipeline #29151 passed with stages
in 8 minutes and 11 seconds
...@@ -453,7 +453,7 @@ function RushDuel.ChangeAttackTarget(card, player, target) ...@@ -453,7 +453,7 @@ function RushDuel.ChangeAttackTarget(card, player, target)
local g = card:GetAttackableTarget() local g = card:GetAttackableTarget()
Duel.Hint(HINT_SELECTMSG, player, HINTMSG_ATTACKTARGET) Duel.Hint(HINT_SELECTMSG, player, HINTMSG_ATTACKTARGET)
local sg = g:Select(player, 1, 1, nil) local sg = g:Select(player, 1, 1, nil)
local tc = g:GetFirst() local tc = sg:GetFirst()
return tc and (tc == target or Duel.ChangeAttackTarget(tc)) return tc and (tc == target or Duel.ChangeAttackTarget(tc))
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