族王沦【求心】bugfix

This commit is contained in:
mengxinzxz 2023-11-06 23:53:52 +08:00
parent ddc9231e6a
commit d7948a9140
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
list.push([get.translation(get.type(name)),'',name]); list.push([get.translation(get.type(name)),'',name]);
if(name=='sha'){ if(name=='sha'){
for(var nature of lib.inpile_nature){ for(var nature of lib.inpile_nature){
if(!player.canUse(get.autoViewAs({name:name,nature,nature},[]),target)) continue; if(!player.canUse(get.autoViewAs({name:name,nature:nature},[]),target)) continue;
list.push([get.translation(get.type(name)),'',name,nature]); list.push([get.translation(get.type(name)),'',name,nature]);
} }
} }