v1.9.93.3.1

This commit is contained in:
Spmario233 2019-10-10 12:47:13 +08:00 committed by GitHub
parent b2b5eaf7d6
commit cf8235d4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 18 deletions

View File

@ -9856,6 +9856,7 @@
//player.markSkill('_disableJudge');
'step 1'
game.broadcastAll(function(player,card){
player.storage._disableJudge=true;
card.fix();
card.classList.add('feichu');
card.style.transform='';
@ -10899,7 +10900,7 @@
},
phaseJudge:function(){
"step 0"
if(player.node.judges.childElementCount){
if(!player.storage._disableJudge&&player.node.judges.childElementCount){
event.card=player.node.judges.firstChild;
if(event.card.classList.contains('removing')){
event.card.remove();

View File

@ -1,29 +1,27 @@
window.noname_update={
version:'1.9.93.3',
update:'1.9.93.2',
version:'1.9.93.3.1',
update:'1.9.93.3',
changeLog:[
'手杀王允',
'无懈可击结算调整',
'BUG修复',
],
files:[
'card/extra.js',
'card/sp.js',
'card/standard.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',
//'card/guozhan.js',
//'character/diy.js',
//'character/extra.js',
//'character/mobile.js',
//'character/old.js',
'character/refresh.js',
//'character/refresh.js',
'character/shenhua.js',
'character/sp.js',
'character/tw.js',
'character/standard.js',
'character/xinghuoliaoyuan.js',
'character/yijiang.js',
'mode/doudizhu.js',
//'character/tw.js',
//'character/standard.js',
//'character/xinghuoliaoyuan.js',
//'character/yijiang.js',
//'mode/doudizhu.js',
//'mode/guozhan.js',
//'mode/boss.js',
'game/game.js',