This commit is contained in:
parent
c6a60a39a2
commit
658be837e8
|
@ -2210,6 +2210,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
multitarget:true,
|
multitarget:true,
|
||||||
multiline:true,
|
multiline:true,
|
||||||
|
complexSelect:true,
|
||||||
content:function(){
|
content:function(){
|
||||||
targets[0].swapHandcards(targets[1]);
|
targets[0].swapHandcards(targets[1]);
|
||||||
},
|
},
|
||||||
|
|
|
@ -24,7 +24,7 @@ window.noname_update={
|
||||||
'character/gwent.js',
|
'character/gwent.js',
|
||||||
'character/diy.js',
|
'character/diy.js',
|
||||||
// 'character/standard.js',
|
// 'character/standard.js',
|
||||||
// 'character/shenhua.js',
|
'character/shenhua.js',
|
||||||
// 'character/refresh.js',
|
// 'character/refresh.js',
|
||||||
// 'character/yijiang.js',
|
// 'character/yijiang.js',
|
||||||
// 'character/sp.js',
|
// 'character/sp.js',
|
||||||
|
|
Loading…
Reference in New Issue