【森罗幻境】奖励红点修改
parent
8a23b4da2d
commit
b6037a00e3
|
@ -199,7 +199,11 @@ function this.GetTrialRewardState(id)
|
|||
end
|
||||
end
|
||||
end
|
||||
return 1
|
||||
if this.killCount < trialKillConfig[id].Count then
|
||||
return 2
|
||||
elseif this.killCount >= trialKillConfig[id].Count then
|
||||
return 1
|
||||
end
|
||||
end
|
||||
--任务红点检测
|
||||
function this.TrialRewardRedPointCheck()
|
||||
|
|
Loading…
Reference in New Issue