puyuan classList
This commit is contained in:
parent
4e6aa219a4
commit
5827f884d0
|
@ -6469,6 +6469,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
dialog.classList.add('scroll2');
|
||||
dialog.classList.add('fullwidth');
|
||||
dialog.classList.add('fullheight');
|
||||
ui.arena.classList.add('choose-to-move');
|
||||
dialog.buttonss=[];
|
||||
|
||||
var list=['协力锻造的玩家','妨碍锻造的玩家']
|
||||
|
@ -6553,6 +6554,11 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
game.pause();
|
||||
}
|
||||
'step 4'
|
||||
game.broadcastAll(function(){
|
||||
setTimeout(function(){
|
||||
ui.arena.classList.remove('choose-to-move');
|
||||
},500);
|
||||
})
|
||||
game.delay(2);
|
||||
var num1=0,num2=0;
|
||||
for(var i of event.cards2[0]) num1+=get.number(i,false);
|
||||
|
|
Loading…
Reference in New Issue