焚心bugfix

This commit is contained in:
mengxinzxz 2023-12-06 08:39:52 +08:00
parent edafcca192
commit 5f4f86a1f1
1 changed files with 1 additions and 1 deletions

View File

@ -19976,7 +19976,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}
'step 1'
if(result.bool){
var ideitity=result.links[0];
var identity=result.links[0];
player.addSkill(identity);
player.markSkill('fenxin');
}