扇子log修复

This commit is contained in:
mengxinzxz 2023-09-27 00:26:57 +08:00 committed by GitHub
parent cdbd24cc0a
commit 653383a2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -321,9 +321,9 @@ game.import('card',function(lib,game,ui,get,ai,_status){
'step 1'
if(result.control!='cancel2'){
player.logSkill('wuxinghelingshan_skill');
game.setNature(trigger.card,result.control);
player.popup(get.translation(result.control)+'杀',result.control);
game.log(trigger.card,'被转为了','#y'+get.translation(result.control),'属性')
game.log(trigger.card,'被转为了','#y'+get.translation(result.control),'属性');
game.setNature(trigger.card,result.control);
}
}
},