Adjust reset constraints

This commit is contained in:
Kyle Coburn 2015-04-28 22:04:28 -07:00
parent 508f2309b0
commit e06f44921c
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ local controlFunctions = {
if RESET_FOR_TIME then
local limit = data.limit
if limit and BEAST_MODE then
limit = limit - math.ceil(limit * 0.333)
limit = limit - math.ceil(limit * 0.3)
end
maxEncounters = limit
extraEncounter = data.extra

View File

@ -62,7 +62,7 @@ Strategies.timeRequirements = {
if BEAST_MODE then
return 6
end
return 6.4 + timeSaveFor("spearow")
return 6.45 + timeSaveFor("spearow")
end,
old_man = function()