This commit is contained in:
mengxinzxz 2023-12-06 21:17:08 +08:00
parent e8b53c075f
commit 5e646da84d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
var player=_status.event.player;
if(get.attitude(player,target)>=0) return 0;
return get.effect(target,_status.event.card,player,player);
}).set('card',{name:choice?'guohe_copy2':'loseHp'});
}).set('card',{name:choice?'guohe_copy2':'losehp'});
if(result2.bool){
var targets=result2.targets.sortBySeat();
player.logSkill('starzhangrong',targets);