v1.9.22.1
This commit is contained in:
parent
4a21cdd3da
commit
5c37e25c46
|
@ -3217,7 +3217,7 @@ character.hearth={
|
|||
forced:true,
|
||||
priority:-50,
|
||||
filter:function(event,player){
|
||||
return event.parent.name!='jixuan';
|
||||
return event.skill!='jixuan';
|
||||
},
|
||||
content:function(){
|
||||
player.draw();
|
||||
|
|
|
@ -235,7 +235,7 @@ character.refresh={
|
|||
}
|
||||
'step 2'
|
||||
if(event.target){
|
||||
player.useCard({name:'juedou'},event.target);
|
||||
player.useCard({name:'juedou'},event.target,'noai');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
window.noname_update={
|
||||
version:'1.9.22',
|
||||
version:'1.9.22.1',
|
||||
update:'1.9.21',
|
||||
changeLog:[
|
||||
'扩展下载改进',
|
||||
'bug修复',
|
||||
],
|
||||
files:[
|
||||
'game/game.js',
|
||||
|
|
|
@ -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)>.info,
|
||||
#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)>.image,
|
||||
#arena.selecting:not(.video) #me .card:not(.selectable)>.name,
|
||||
|
|
Loading…
Reference in New Issue