v1.9.22.1
This commit is contained in:
parent
4a21cdd3da
commit
5c37e25c46
|
@ -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();
|
||||||
|
|
|
@ -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');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue