From ca433539794f13b80faeef7c2347c1dedbee5d77 Mon Sep 17 00:00:00 2001 From: libccy Date: Wed, 19 Apr 2017 14:02:31 +0800 Subject: [PATCH] v1.9.25.1 --- game/game.js | 23 +++++++++++++++++------ game/update.js | 9 +++++---- 2 files changed, 22 insertions(+), 10 deletions(-) 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