From 08985b57f8f249b3e49735bcbd1c28f0a7e80ec4 Mon Sep 17 00:00:00 2001 From: t510599 Date: Fri, 8 Jun 2018 23:50:29 +0800 Subject: [PATCH] minor fix --- web/gameCore.js | 2 +- web/gameUI.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/gameCore.js b/web/gameCore.js index 626668b..af507d6 100644 --- a/web/gameCore.js +++ b/web/gameCore.js @@ -314,7 +314,7 @@ function LogPlayerChoose(type,data) { if (!MouseOn) { // if mouse isn't over the div, scroll to bottom log.scrollTop = log.scrollHeight; // scroll to bottom } - playerChooseStatus = (playerChooseStatus && type !== "robbed") ? false : true; // to count this is first playerChoose message or second one on the turn + playerChooseStatus = (playerChooseStatus && type !== "robbed") ? false : true; // to count this is first playerChoose message or second one in the turn } function LogPlayerPoisonDamaged() { diff --git a/web/gameUI.css b/web/gameUI.css index df5f2d3..871bac5 100644 --- a/web/gameUI.css +++ b/web/gameUI.css @@ -89,5 +89,5 @@ p.result.player.name { } body::after{ position:absolute; width:0; height:0; overflow:hidden; z-index:-1; - content:url('./won.png') url('./lose.png'); + content:url('./won.png') url('./lose.png') url('./thinking.png'); } \ No newline at end of file