v1.9.22.1

This commit is contained in:
libccy 2017-04-10 11:13:10 +08:00
parent 4a21cdd3da
commit 5c37e25c46
4 changed files with 12 additions and 4 deletions

View File

@ -3217,7 +3217,7 @@ character.hearth={
forced:true, forced:true,
priority:-50, priority:-50,
filter:function(event,player){ filter:function(event,player){
return event.parent.name!='jixuan'; return event.skill!='jixuan';
}, },
content:function(){ content:function(){
player.draw(); player.draw();

View File

@ -235,7 +235,7 @@ character.refresh={
} }
'step 2' 'step 2'
if(event.target){ if(event.target){
player.useCard({name:'juedou'},event.target); player.useCard({name:'juedou'},event.target,'noai');
} }
} }
}, },

View File

@ -1,8 +1,8 @@
window.noname_update={ window.noname_update={
version:'1.9.22', version:'1.9.22.1',
update:'1.9.21', update:'1.9.21',
changeLog:[ changeLog:[
'扩展下载改进', 'bug修复',
], ],
files:[ files:[
'game/game.js', 'game/game.js',

View File

@ -2844,6 +2844,14 @@ div:not(.handcards)>.card>.info>span,
#arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.name2, #arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.name2,
#arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.info, #arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.info,
#arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.range, #arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.range,
#arena.selecting:not(.video) .player[data-position='0'] .card:not(.selectable)>.addinfo,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.background,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.image,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.name,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.name2,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.info,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.range,
#arena.selecting:not(.video) .player.current_action .card:not(.selectable)>.addinfo,
#arena.selecting:not(.video) #me .card:not(.selectable)>.background, #arena.selecting:not(.video) #me .card:not(.selectable)>.background,
#arena.selecting:not(.video) #me .card:not(.selectable)>.image, #arena.selecting:not(.video) #me .card:not(.selectable)>.image,
#arena.selecting:not(.video) #me .card:not(.selectable)>.name, #arena.selecting:not(.video) #me .card:not(.selectable)>.name,