修复被动225报错

dev_chengFeng
gaoxin 2020-07-25 19:24:29 +08:00
parent 381843a3db
commit 7d9a555151
1 changed files with 1 additions and 3 deletions

View File

@ -4398,7 +4398,7 @@ local passivityList = {
end, end,
-- --
[225] = function() [225] = function(role, args)
--王振兴添加 --王振兴添加
local f1 = args[1] local f1 = args[1]
local pro1 = args[2] local pro1 = args[2]
@ -4410,8 +4410,6 @@ local passivityList = {
num = min(maxNum, num) num = min(maxNum, num)
BattleUtil.AddProp(role, pro1, f1 * num, ct1) BattleUtil.AddProp(role, pro1, f1 * num, ct1)
end, end,
-- 斩杀生命低于[a]的敌人 -- 斩杀生命低于[a]的敌人