修复单挑模式缺少chooseCharacterBefore的bug
This commit is contained in:
parent
27b4492599
commit
6e69eeace8
|
@ -215,6 +215,9 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
|||
for(var i=0;i<game.players.length;i++){
|
||||
game.players[i].getId();
|
||||
}
|
||||
if(_status.brawl&&_status.brawl.chooseCharacterBefore){
|
||||
_status.brawl.chooseCharacterBefore();
|
||||
}
|
||||
game.chooseCharacter();
|
||||
}
|
||||
"step 3"
|
||||
|
|
Loading…
Reference in New Issue