诸葛梦雪寄春描述修复
This commit is contained in:
parent
49ef090d08
commit
33a812fd3d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue