This commit is contained in:
Spmario233 2021-06-23 20:09:36 +08:00
parent fed8414ed7
commit a3cfc504d6
3 changed files with 16 additions and 15 deletions

View File

@ -205,6 +205,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
return player.inRange(current);
}));
},
usable:1,
content:function(){
'step 0'
var filterTarget=function(card,player,target){

View File

@ -12528,7 +12528,7 @@
},
chooseToCompare:function(){
"step 0"
if(((!event.fixedResult&&!event.fixedResult[player.playerid])&&player.countCards('h')==0)||((!event.fixedResult&&!event.fixedResult[target.playerid])&&target.countCards('h')==0)){
if(((!event.fixedResult||!event.fixedResult[player.playerid])&&player.countCards('h')==0)||((!event.fixedResult||!event.fixedResult[target.playerid])&&target.countCards('h')==0)){
event.result={cancelled:true,bool:false}
event.finish();
return;

View File

@ -1,6 +1,6 @@
window.noname_update={
version:'1.9.110.6',
update:'1.9.110.5',
version:'1.9.110.6.1',
update:'1.9.110.6',
changeLog:[
'武将设计比赛2021三国组',
'黄祖',
@ -15,33 +15,33 @@ window.noname_update={
//'card/huanlekapai.js',
//'card/mtg.js',
//'card/sp.js',
'card/standard.js',
//'card/standard.js',
//'card/swd.js',
//'card/yunchou.js',
'card/yingbian.js',
//'card/yingbian.js',
//'card/zhenfa.js',
'card/zhulu.js',
'character/diy.js',
//'card/zhulu.js',
//'character/diy.js',
//'character/extra.js',
//'character/hearth.js',
//'character/gujian.js',
//'character/gwent.js',
//'character/hearth.js',
'character/mobile.js',
//'character/mobile.js',
//'character/mtg.js',
//'character/old.js',
//'character/ow.js',
'character/rank.js',
'character/refresh.js',
//'character/rank.js',
//'character/refresh.js',
//'character/shenhua.js',
'character/sp.js',
'character/sp2.js',
//'character/sp.js',
//'character/sp2.js',
//'character/tw.js',
//'character/standard.js',
//'character/swd.js',
//'character/xianjian.js',
//'character/xinghuoliaoyuan.js',
'character/yingbian.js',
//'character/yingbian.js',
'character/yijiang.js',
//'character/yxs.js',
//'extension/boss/extension.js',
@ -49,10 +49,10 @@ window.noname_update={
//'layout/default/menu.css',
//'layout/nova/layout.css',
//'mode/boss.js',
'mode/brawl.js',
//'mode/brawl.js',
//'mode/chess.js',
//'mode/doudizhu.js',
'mode/guozhan.js',
//'mode/guozhan.js',
//'mode/identity.js',
//'mode/single.js',
//'mode/stone.js',