revert something

This commit is contained in:
lieren2023 2024-05-07 18:17:21 +08:00 committed by GitHub
parent 0b21409900
commit fdcedb6592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -4064,7 +4064,8 @@ const skills = {
"step 0";
player.give(cards, targets[0], "give");
"step 1";
targets[0].chooseToCompare(targets[1]);
if (targets[0].canCompare(targets[1])) targets[0].chooseToCompare(targets[1]);
else event.finish();
"step 2";
if (result.bool) {
targets[1].loseHp();