Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Split Not Able to Eat #516

Open
PatrickKarkafi opened this issue Apr 4, 2018 · 2 comments
Open

When Split Not Able to Eat #516

PatrickKarkafi opened this issue Apr 4, 2018 · 2 comments

Comments

@PatrickKarkafi
Copy link

When a player splits, no matter how large, he is not able to eat another player.

If you center your split blobs just right over the other player (like close all of your circles in on the other player), then you are able to eat the other player.

I also want to know how to make the eating more sensitive, so less of the player has to be in the other so that he gets digested.

Is there a known fix, or does anyone know how to fix this bug?

Thanks!

@risalgue
Copy link

any solution for that question for it's happenind to me too

@IamBlockMan
Copy link

You can update the code below at line 600 server.js to fix the killing bug:

var otherUsers = tree.get({x:currentCell.x, y: currentCell.y, w: currentCell.radius * 2, h: currentCell.radius * 2}, check);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants