This commit is contained in:
Kyle Coburn 2015-04-10 02:17:35 -07:00
parent 38bd21b888
commit 54eb62e9e8
2 changed files with 2 additions and 3 deletions

View File

@ -237,7 +237,6 @@ local strategyFunctions = Strategies.functions
strategyFunctions.tweetAfterBrock = function()
if stats.nidoran.rating < 2 then
if not Strategies.overMinute("shorts") then
Strategies.updates.brock = true
Strategies.tweetProgress("On pace after Brock with a great Nidoran", "brock")
end
end

View File

@ -56,11 +56,11 @@ end
function Strategies.reset(reason, extra, wait)
local time = Utils.elapsedTime()
local resetMessage = "Reset"
local resetMessage = "reset"
if time then
resetMessage = resetMessage.." after "..time
end
resetMessage = " "..resetMessage.." at "..Control.areaName
resetMessage = resetMessage.." at "..Control.areaName
local separator
if Strategies.deepRun and not Control.yolo then
separator = " BibleThump"