This commit is contained in:
libccy 2016-05-17 14:48:20 +08:00
parent 2af255644f
commit b4ab643544
2 changed files with 6 additions and 1 deletions

View File

@ -2,9 +2,10 @@ window.noname_update={
version:'1.8.10.3', version:'1.8.10.3',
changeLog:[ changeLog:[
'扩展更新', '扩展更新',
'修复明置bug'
], ],
files:{ files:{
global:['game/game.js'], global:['game/game.js','mode/guozhan.js'],
'1.8.10.2':[], '1.8.10.2':[],
} }
} }

View File

@ -806,6 +806,10 @@ mode.guozhan={
return (this.classList.contains('unseen')&&this.classList.contains('unseen2')); return (this.classList.contains('unseen')&&this.classList.contains('unseen2'));
}, },
checkShow:function(skill){ checkShow:function(skill){
var sourceSkill=get.info(skill).sourceSkill;
if(sourceSkill){
skill=sourceSkill;
}
if(game.expandSkills(this.get('s')).contains(skill)) return false; if(game.expandSkills(this.get('s')).contains(skill)) return false;
if(lib.skill.global.contains(skill)) return false; if(lib.skill.global.contains(skill)) return false;
if(this.classList.contains('unseen')){ if(this.classList.contains('unseen')){