v1.9.93.3.2

This commit is contained in:
Spmario233 2019-10-10 18:14:39 +08:00 committed by GitHub
parent 2f06896429
commit 23bac9acd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 6 deletions

View File

@ -2238,6 +2238,7 @@ window.noname_asset_list=[
'image/character/key_yuri.jpg',
'image/character/key_kyousuke.jpg',
'image/character/key_lucia.jpg',
'image/character/re_yujin.jpg',
'image/character/baiwuchang.jpg',
'image/character/baosanniang.jpg',

View File

@ -15378,7 +15378,17 @@
for(var i=1;i<6;i++){
if(this.isDisabled(i)) this.$enableEquip('equip'+i);
}
if(this.storage._disableJudge){
game.broadcastAll(function(player){
player.storage._disableJudge=false;
for(var i=0;i<player.node.judges.childNodes.length;i++){
if(player.node.judges.childNodes[i].name=='disable_judge'){
player.node.judges.removeChild(player.node.judges.childNodes[i]);
break;
}
}
},this);
}
this.node.avatar.hide();
this.node.count.hide();
if(this.node.wuxing){

View File

@ -1,21 +1,21 @@
window.noname_update={
version:'1.9.93.3.1',
update:'1.9.93.3',
version:'1.9.93.3.2',
update:'1.9.93.3.1',
changeLog:[
'BUG修复',
],
files:[
//'card/extra.js',
'card/extra.js',
//'card/sp.js',
//'card/standard.js',
//'card/swd.js',
//'card/guozhan.js',
//'character/diy.js',
//'character/extra.js',
//'character/mobile.js',
'character/mobile.js',
//'character/old.js',
//'character/refresh.js',
'character/shenhua.js',
//'character/shenhua.js',
'character/sp.js',
//'character/tw.js',
//'character/standard.js',