I've made several changes to my code creating new methods and such, but i need one method that removes a lobster from the world after it has eaten two mushrooms. I've already made it to where it finds the mushroom an eats it, but i cannot find a way to make the crab disappear(dies because it is poisoned)...
i was thinking
mushroomEaten = mushroomsEaten +1
if (mushroomsEaten == 2)
then to make it disappear when it is equal to 2, but i just can't figure it out... any suggestions??

