族王沦【求心】bugfix
This commit is contained in:
parent
ddc9231e6a
commit
d7948a9140
|
@ -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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue