Skip to content

Commit

Permalink
Fix for isSplitTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Aug 24, 2015
1 parent 6136750 commit ef10e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ SOFTWARE.*/
// @name AposBot

This comment has been minimized.

Copy link
@galyo123

galyo123 Aug 25, 2015

vf

// @namespace AposBot
// @include http://agar.io/*
// @version 3.5681
// @version 3.5682
// @grant none
// @author http://www.twitch.tv/apostolique
// ==/UserScript==

var aposBotVersion = 3.5681;
var aposBotVersion = 3.5682;

//TODO: Team mode
// Detect when people are merging
Expand Down Expand Up @@ -267,7 +267,7 @@ u.separateListBasedOnFunction = function(listToUse, blob) {

if (u.isSplitTarget(blob, listToUse[element])) {
u.drawCircle(listToUse[element].x, listToUse[element].y, listToUse[element].size + 50, 7);
u.splitTargetList.push(listToUse[element]);
splitTargetList.push(listToUse[element]);
}
} else if (u.isThreat(blob, listToUse[element])) {
//IT'S DANGER!
Expand Down

0 comments on commit ef10e7c

Please sign in to comment.