Clarify chat descriptions at Misty

This commit is contained in:
Kyle Coburn 2015-04-17 13:42:14 -07:00
parent 9fad2ec9e5
commit 7c6d6ebfa5
1 changed files with 4 additions and 4 deletions

View File

@ -977,16 +977,16 @@ strategyFunctions.fightMisty = function()
status.sacrificed = true status.sacrificed = true
local swapMessage = " Thrash didn't finish the kill :( " local swapMessage = " Thrash didn't finish the kill :( "
if stats.nidoran.speedDV < 11 then if stats.nidoran.speedDV < 11 then
swapMessage = swapMessage.."We're slower than Misty, looks like it's over" swapMessage = swapMessage.."We'll need to get lucky."
sacrifice = nil sacrifice = nil
elseif sacrifice then elseif sacrifice then
if Control.yolo then if Control.yolo then
swapMessage = swapMessage.."Attempting to hit through Confusion to save time" swapMessage = swapMessage.."Attempting to hit through Confusion to save time."
else else
swapMessage = swapMessage.."Swapping out to cure Confusion" swapMessage = swapMessage.."Swapping out to cure Confusion."
end end
else else
swapMessage = swapMessage.."We'll have to hit through Confusion here" swapMessage = swapMessage.."We'll have to hit through Confusion here."
end end
Bridge.chat(swapMessage) Bridge.chat(swapMessage)
end end