diff --git a/game/game.js b/game/game.js index 5112859fe..db6d0b709 100644 --- a/game/game.js +++ b/game/game.js @@ -23493,6 +23493,15 @@ dialog.content.firstChild.innerHTML='战斗失败'; } ui.update(); + dialog.add(ui.create.div('.placeholder')); + for(var i=0;i'+get.translation(game.players[i])+''); + dialog.addSmall(hs); + } + } + dialog.add(ui.create.div('.placeholder.slim')); if(lib.config.background_audio){ if(result2===true){ game.playAudio('effect','win'); @@ -23870,6 +23879,14 @@ } } dialog.add(ui.create.div('.placeholder')); + + var clients=game.players.concat(game.dead); + for(var i=0;i