From 8acd060ff76f6d432bddaa300cdf3c51edf0d7a7 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Thu, 23 Nov 2023 13:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DgetAttackRange=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index fe46763fe..3c3ada012 100644 --- a/game/game.js +++ b/game/game.js @@ -28219,7 +28219,7 @@ new Promise(resolve=>{ }); equips.forEach(card=>{ const info=get.info(card,false).distance; - if(ininfo&&info.globalFrom){ + if(info&&info.globalFrom){ range+=info.globalFrom; } })