修复【强袭】阶段限制实为回合限制的bug

This commit is contained in:
157 2024-05-06 13:49:25 +08:00
parent 0796ce86c7
commit 305028b812
1 changed files with 1 additions and 1 deletions

View File

@ -11913,7 +11913,7 @@ const skills = {
player.loseHp(); player.loseHp();
} }
"step 1"; "step 1";
target.addTempSkill("reqiangxi_off"); target.addTempSkill("reqiangxi_off", "phaseUseAfter");
target.damage("nocard"); target.damage("nocard");
}, },
check: function (card) { check: function (card) {