diff --git a/character/offline.js b/character/offline.js index 74a84574e..2d2d67eeb 100644 --- a/character/offline.js +++ b/character/offline.js @@ -1100,7 +1100,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ if(name=='sha'){ if(event.filterCard(get.autoViewAs({name},'unsure'),player,event)) list.push(['基本','','sha']); for(var nature of lib.inpile_nature){ - if(event.filterCard(get.autoViewAs({name,nature},'unsure'),player,event)) list.push(['基本','','sha',j]); + if(event.filterCard(get.autoViewAs({name,nature},'unsure'),player,event)) list.push(['基本','','sha',nature]); } } else if(get.type(name)=='trick'&&event.filterCard(get.autoViewAs({name},'unsure'),player,event)) list.push(['锦囊','',name]); diff --git a/character/shiji.js b/character/shiji.js index 47b6d9d65..0a652bb99 100644 --- a/character/shiji.js +++ b/character/shiji.js @@ -5790,13 +5790,13 @@ game.import('character',function(lib,game,ui,get,ai,_status){ for(var i=0;i