From b192d75b0723e81f4daae6a0ab526d8fe429a685 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 13 May 2021 11:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=88=98=E6=96=97=E3=80=91=3D=3D=3D?= =?UTF-8?q?=3D=3D=E8=A2=AB=E5=8A=A8=E5=8E=BBlog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/Logic/Base/Passivity.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua b/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua index 9039d039fc..31f4cd8b6c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/Logic/Base/Passivity.lua @@ -6963,7 +6963,6 @@ local passivityList = { BattleLogic.Event:AddEvent(BattleEventName.RoleAddBuffFail, onRoleAddBuffMiss,nil,nil,role) local onSkillCastEnd= function(skill) local maxNum=#skill:GetDirectTargets() - LogError("ctrlnum=="..ctrlNum.."maxNum=="..maxNum) if isCtrl and ctrlNum>=maxNum then BattleUtil.CalRage(role, role,f1, CountTypeName.Add) end @@ -6981,14 +6980,12 @@ local passivityList = { local OnDead = function(atkRole,skill) local arr=RoleManager.Query(function(v) return v.camp==role.camp and v~=role end) local len=#arr - LogError("长度:"..len) local rage1=role.Rage*v1 if rage1