修复单挑模式缺少chooseCharacterBefore的bug

This commit is contained in:
mengxinzxz 2023-11-20 15:29:35 +08:00
parent 27b4492599
commit 6e69eeace8
1 changed files with 3 additions and 0 deletions

View File

@ -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"