族王沦【求心】印属性【杀】错误bug修复

This commit is contained in:
mengxinzxz 2023-10-27 15:53:24 +08:00 committed by GitHub
parent c0292bf7af
commit 269753a5af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
if(result.bool){
var card={
name:result.links[0][2],
nature:result.links[0][2],
nature:result.links[0][3],
};
player.useCard(card,target,false);
}