This commit is contained in:
libccy 2017-04-02 23:57:30 +08:00
parent 6d8b3aac56
commit 540105f182
3 changed files with 12 additions and 7 deletions

View File

@ -347,10 +347,10 @@ character.gujian={
}
},
xiuhua:{
trigger:{global:'loseEnd'},
trigger:{global:['loseEnd','discardAfter']},
filter:function(event,player){
if(event.player==player) return false;
if(event.parent.name!='equip'&&event.parent.name!='discard') return false;
if(event.name=='lose'&&event.parent.name!='equip') return false;
for(var i=0;i<event.cards.length;i++){
if(get.type(event.cards[i])=='equip'&&get.position(event.cards[i])=='d'){
return true;

View File

@ -31384,6 +31384,9 @@
var goupdate=function(files,update){
lib.version=update.version;
if(!update.dev){
dev=true;
}
lib.init.req('game/source.js',function(){
try{
eval(this.responseText);
@ -31454,7 +31457,9 @@
},function(){
setTimeout(finish,500);
},null,dev);
});
},function(){
alert('更新地址有误');
},true);
};
lib.init.req('game/update.js',function(){
@ -31749,9 +31754,9 @@
button3.onclick=function(){
game.checkForUpdate(null,true);
};
if(lib.config.dev){
li1.lastChild.appendChild(button3);
}
// if(lib.config.dev){
// li1.lastChild.appendChild(button3);
// }
(function(){
var updatep1=li1.querySelector('p');

View File

@ -14,7 +14,7 @@ window.noname_update={
'card/sp.js',
'card/yunchou.js',
// 'character/*',
// 'character/sp.js',
'character/gujian.js',
// 'mode/boss.js',
// 'mode/versus.js',
// 'mode/guozhan.js',