This commit is contained in:
libccy 2016-08-08 18:57:37 +08:00
parent 0214ee25fd
commit ab2b3b0fd6
2 changed files with 4 additions and 1 deletions

View File

@ -1344,7 +1344,9 @@ character.refresh={
target.discard(target.getJudge('lebu'));
}
else{
player.useCard({name:'lebu'},target,cards).animate=false;
var next=player.useCard({name:'lebu'},target,cards);
next.animate=false;
next.audio=false;
}
player.draw();
},

View File

@ -13,6 +13,7 @@ window.noname_update={
'character/yxs.js',
'character/hearth.js',
'character/xianjian.js',
'character/refresh.js',
'card/extra.js',
'card/swd.js',
'card/standard.js',