fix: fix yuce cannot be triggered with full hp

This commit is contained in:
S-N-O-R-L-A-X 2024-06-09 15:27:43 +08:00
parent e83133857e
commit 922e189cde
1 changed files with 1 additions and 1 deletions

View File

@ -14160,7 +14160,7 @@ const skills = {
trigger: { player: "damageEnd" },
direct: true,
filter: function (event, player) {
return player.countCards("h") > 0 && player.isDamaged();
return player.countCards("h") > 0;
},
content: function () {
"step 0";