From 933fbed1830a3d574d994aa00fb8f6d4ea0f6b34 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Apr 2015 19:10:08 -0400 Subject: [PATCH] Try to stop purchasing on whoops! --- public/bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/bot.js b/public/bot.js index 17b9a12..b1152d1 100644 --- a/public/bot.js +++ b/public/bot.js @@ -61,6 +61,7 @@ function mainLoop() { } break; case 'WHOOPS!': + botPurchasing = false; case 'BATTLE REPORT': case 'Battle Report': case 'ACTIVITY PASSED!':