诸葛梦雪寄春描述修复

This commit is contained in:
lieren2023 2024-04-19 19:26:58 +08:00 committed by GitHub
parent 49ef090d08
commit 33a812fd3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -18750,7 +18750,9 @@ game.import("character", function () {
audio: 2,
enable: "phaseUse",
usable: 1,
filterTarget: lib.filter.notMe,
filterTarget: function (card, player, target) {
return target.hp >= player.hp;
},
content: function () {
"step 0";
var str = get.translation(target);