From e06f44921c9617096939fb29dfa735d8a3607f6f Mon Sep 17 00:00:00 2001 From: Kyle Coburn Date: Tue, 28 Apr 2015 22:04:28 -0700 Subject: [PATCH] Adjust reset constraints --- ai/control.lua | 2 +- ai/red/strategies.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/control.lua b/ai/control.lua index c4afc32..7e3c4d2 100644 --- a/ai/control.lua +++ b/ai/control.lua @@ -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 diff --git a/ai/red/strategies.lua b/ai/red/strategies.lua index 24a6f03..34ed1f6 100644 --- a/ai/red/strategies.lua +++ b/ai/red/strategies.lua @@ -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()