From 01884bfdc4d9724d253cb8db7350336f1ef4ca50 Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D3v3v2=E5=8F=8A=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=B9=B1=E6=96=97=E6=A8=A1=E5=BC=8F=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mode/identity.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mode/identity.js b/mode/identity.js index 6592c4cf9..46773f9ad 100644 --- a/mode/identity.js +++ b/mode/identity.js @@ -1093,15 +1093,15 @@ game.import('mode',function(lib,game,ui,get,ai,_status){ event.map[event.bZhu].remove(character); game.bZhu.init(character); } - if(!game.rzhu.isInitFilter('noZhuHp')){ - game.rzhu.maxHp++; - game.rzhu.hp++; - game.rzhu.update(); + if(!game.rZhu.isInitFilter('noZhuHp')){ + game.rZhu.maxHp++; + game.rZhu.hp++; + game.rZhu.update(); } - if(!game.bzhu.isInitFilter('noZhuHp')){ - game.bzhu.maxHp++; - game.bzhu.hp++; - game.bzhu.update(); + if(!game.bZhu.isInitFilter('noZhuHp')){ + game.bZhu.maxHp++; + game.bZhu.hp++; + game.bZhu.update(); } if(!event.isZhu){ var group=game.me.identity.indexOf('r')==0?event.rZhu:event.bZhu;