Seagull a = (Seagull)getOneIntersectingObject(Shiny.class);
if( a!= null)
{
stomach++;
getWorld().removeObject(a);
if( stomach == DEATH)
{
getWorld().removeObject(this);
}
}
}