From b02b77749e01030dce09a0ba535e0fad6c0d9f9c Mon Sep 17 00:00:00 2001 From: libccy Date: Wed, 24 May 2017 20:56:08 +0800 Subject: [PATCH] n --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 922180cda..2f7d72a7c 100644 --- a/game/game.js +++ b/game/game.js @@ -12859,7 +12859,7 @@ num=maxHp-info1[2]; } if(typeof this.singleHp=='boolean'){ - if(num%2==1){ + if(num%2!=0){ if(this.singleHp){ this.maxHp+=(num+1)/2; this.singleHp=false;