【ID1008763】

【技能】124 释放技能后回复己方后排[a]点怒气 (目标不正确,给双方后排加怒)
dev_chengFeng
wangzhenxing 2020-08-12 10:24:02 +09:00
parent 45fd69256e
commit 6d274b7991
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
local floor = math.floor
local floor = math.floor
local max = math.max
local min = math.min
--local RoleDataName = RoleDataName
@ -2206,7 +2206,7 @@ local passivityList = {
-- 释放技能后
local onSkillEnd = function(skill)
if skill.type == BattleSkillType.Special then
local list = RoleManager.Query(function(v) return v.position > 3 end)
local list = RoleManager.Query(function(v) return v.position > 3 and v.camp==role.camp end)
for _, r in ipairs(list) do
r:AddRage(i1, CountTypeName.Add)
end