parent
1f9165688f
commit
f4cfce396c
|
@ -2095,7 +2095,7 @@ local passivityList = {
|
|||
local onSkillCast = function(skill)
|
||||
if skill.type == BattleSkillType.Normal and not skill.isAdd then
|
||||
af = 0
|
||||
elseif skill.type == BattleSkillType.Special or skill.type==BattleSkillType.Extra then
|
||||
elseif skill.type == BattleSkillType.Special then
|
||||
af = af + f1
|
||||
end
|
||||
end
|
||||
|
|
|
@ -107,9 +107,6 @@ function this.Log(...)
|
|||
local value = args[i + 1]
|
||||
log = log .. string.format("%s = %s, ", key, value)
|
||||
end
|
||||
if not this.logList then
|
||||
this.logList = {}
|
||||
end
|
||||
table.insert(this.logList, log)
|
||||
-- 如果log大于100条写一便日志到文件
|
||||
if #this.logList > 100 then
|
||||
|
|
Loading…
Reference in New Issue