Commit 946b90e7 authored by 未闻皂名's avatar 未闻皂名

2025/10/27 bug修复

parent 595a330e
Pipeline #41302 passed with stages
in 8 minutes and 17 seconds
...@@ -62,7 +62,7 @@ function RushDuel.IsPlayerDrawInThisTurn(player) ...@@ -62,7 +62,7 @@ function RushDuel.IsPlayerDrawInThisTurn(player)
end end
-- 条件: 玩家在这个回合没有发动过特定卡名的效果 -- 条件: 玩家在这个回合没有发动过特定卡名的效果
function RushDuel.IsPlayerNoActivateInThisTurn(player, code) function RushDuel.IsPlayerNoActivateInThisTurn(player, code)
return not RD.ActivateCodes[player][code] return not RD.ActivateCodes[player + 1][code]
end end
-- 条件: 守备力为 def -- 条件: 守备力为 def
function RushDuel.IsDefense(card, def) function RushDuel.IsDefense(card, def)
......
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